REST API · Django 5.2.12
AI Agent Orchestration
Platform
A multi-tenant backend for building, deploying, and orchestrating intelligent agents — with built-in auth, conversations, and a smart routing layer.
System Status
Database
Checking…
Redis
Checking…
Celery
Checking…
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/api/v1/auth/
|
Authentication — register, login, token refresh |
| GET |
/api/v1/agents/
|
Agent Registry — list and retrieve available agents |
| POST |
/api/v1/atlas/
|
Atlas Router — dispatch messages to the right agent |
| POST |
/api/v1/conversations/
|
Conversations — manage conversation sessions and messages |
| POST |
/api/v1/ingestion/
|
Ingestion — submit and review contributed agent configs |
| GET |
/api/health/
|
Health Check — live service status (database, Redis, Celery) |