Base URL
Authentication
All requests require a Bearer token (Auth0 JWT):Resource Groups
| Group | Base Path | Description |
|---|---|---|
| Agents | /agents | CRUD and execution |
| Tools | /agents/{id}/tools | Tool management |
| Knowledge Bases | /knowledge-bases | KB management and search |
| Conversations | /conversations | Conversation history |
Streaming
Execution endpoints (/agent/{id}/run, /agent/{id}/chat) return SSE streams. Use -N with cURL or an SSE client library to consume them.
Error Format
Interactive Docs
The auto-generated Swagger UI is available at/docs when the server is running.