API Reference
SynapseX exposes two main REST APIs:Authentication
All endpoints require an API key:Orchestrators API
Base URL
Key Endpoints
| Method | Path | Description |
|---|---|---|
POST | /agents/spawn | Spawn a new agent |
GET | /agents | List all agents |
GET | /agents/{id} | Get agent status |
DELETE | /agents/{id} | Stop an agent |
GET | /billing/usage | Usage stats |
GET | /billing/plans | Available plans |
Response Format
Rate Limits
| Plan | Requests/min | Tokens/day |
|---|---|---|
| Free | 10 | 100K |
| Pro | 100 | 5M |
| Team | 500 | Unlimited |
| Enterprise | Custom | Custom |