AgentForge API

Multi-agent orchestration as a service. Sign up at the admin dashboard, generate an API key, and start building.

Service online
GET /agents # list agents
POST /conversations # start a chat
POST /conversations/:id/messages/stream # prepare
GET /conversations/:id/stream # SSE
POST /admin/tenants # tenant CRUD
POST /admin/tenants/:id/api-keys # mint key

Authenticate every request with Authorization: Bearer ak_live_… and X-On-Behalf-Of: <your user id>.