Create, list, and manage agents via the API.
curl https://api.orka.sh/v1/agents \ -H "Authorization: Bearer $ORKA_API_KEY"
{ "data": [ { "id": "agent_abc123", "name": "Financial Analyst", "description": "Answers questions about company filings", "created_at": "2026-01-15T10:00:00Z" } ] }
{ "name": "Support Bot", "description": "Customer support assistant", "system_prompt": "You are a helpful support agent...", "datastore_ids": ["ds_abc123"] }