Base URL
Authentication
All V1 API requests require a Developer Key passed via theAuthorization header:
Resources
Projects
Create and manage projects.
Agent Config
Configure agent settings (global prompt, execution mode, etc.).
Pathway
Read and modify conversation flow graphs (nodes and edges).
Tools
Manage tools available to the agent.
Error Format
All errors follow a consistent format:| Status Code | Description |
|---|---|
| 400 | Validation error |
| 401 | Invalid or missing developer key |
| 403 | Insufficient permissions |
| 404 | Resource not found |
| 409 | Conflict (e.g., duplicate ID) |
| 500 | Internal server error |
