API reference
The Agentium REST API is coming in V2. Here's what's planned.
Coming soon
The API is in development. Subscribe to our blog for launch updates.
Planned endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/agents | List agents with filters |
| GET | /api/v1/agents/:id | Get agent details |
| POST | /api/v1/agents/:id/run | Execute an agent run (requires subscription) |
| GET | /api/v1/subscriptions | List your active subscriptions |
| POST | /api/v1/subscriptions | Create a new subscription |
| GET | /api/v1/agents/:id/runs | List run history for an agent |
Authentication
API requests will be authenticated with an API key passed in the Authorization header:
Authorization: Bearer agm_sk_your_api_key_here
API keys will be generated from your dashboard. Each key is scoped to your account's subscriptions.
Rate limits
Planned rate limits: 100 requests/minute for standard subscribers, 1000/minute for enterprise plans. Rate limit headers will be included in every response.