Agentium
Back to Agentium

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

MethodEndpointDescription
GET/api/v1/agentsList agents with filters
GET/api/v1/agents/:idGet agent details
POST/api/v1/agents/:id/runExecute an agent run (requires subscription)
GET/api/v1/subscriptionsList your active subscriptions
POST/api/v1/subscriptionsCreate a new subscription
GET/api/v1/agents/:id/runsList 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.