API Reference

SynapseX exposes two main REST APIs:
APIBase URLInteractive Docs
Orchestratorshttps://api.synapsex.ai/docs
Managerhttps://manager.synapsex.ai/docs

Authentication

All endpoints require an API key:
curl https://api.synapsex.ai/api/v1/agents \
  -H "Authorization: Bearer sx-your-key-here"
Get your API key at app.synapsex.ai/dashboard.

Orchestrators API

Base URL

https://api.synapsex.ai/api/v1

Key Endpoints

MethodPathDescription
POST/agents/spawnSpawn a new agent
GET/agentsList all agents
GET/agents/{id}Get agent status
DELETE/agents/{id}Stop an agent
GET/billing/usageUsage stats
GET/billing/plansAvailable plans

Response Format

{
  "success": true,
  "data": { ... },
  "error": null
}

Rate Limits

PlanRequests/minTokens/day
Free10100K
Pro1005M
Team500Unlimited
EnterpriseCustomCustom