API Reference
RESTful API for programmatic access to the Agentrion platform.
Base URL:
https://api.agentrion.ai/v1Auth:
Bearer tokenFormat:
JSONEndpoints
POST
/v1/workflows/executeGET
/v1/workflowsGET
/v1/workflows/{id}/runsPOST
/v1/agents/invokeGET
/v1/integrationsPOST
/v1/webhooksGET
/v1/audit-logsGET
/v1/modelsAuthentication
All API requests require a Bearer token in the Authorization header. Tokens are provisioned through the Admin Console during onboarding.
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
https://api.agentrion.ai/v1/workflows
https://api.agentrion.ai/v1/workflows
Rate Limits
Default rate limits are 1,000 requests per minute per tenant. Enterprise plans include custom rate limit configuration. Rate limit headers (X-RateLimit-Remaining) are included in all responses.