Everything you need to deploy, monitor, and govern AI agents in production.
# 1. Register
curl -X POST https://api.orchela.com/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"name":"Your Name","email":"you@co.com","password":"..."}'
# 2. Add your Groq key
curl -X POST https://api.orchela.com/v1/llm-keys \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"key_name":"groq-prod","provider":"groq","api_key":"gsk_..."}'
# 3. Run an agent
curl -X POST https://api.orchela.com/v1/agents/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"agent_id":"sales-sdr","input":{"company":"Acme","contact_name":"Sarah"}}'Deploy your first agent in under 5 minutes
JSON schema reference for building agents
Full API reference for all endpoints
How Orchela scores and governs AI outputs
Connect Orchela to your existing stack
SOC2, GDPR, and enterprise security
We're writing comprehensive guides, tutorials, and examples. In the meantime, the interactive API reference is live at api.orchela.com/docs, and our team is happy to help directly.