API Reference

RESTful API for programmatic access to the Agentrion platform.

Base URL: https://api.agentrion.ai/v1
Auth: Bearer token
Format: JSON

Endpoints

POST/v1/workflows/execute
GET/v1/workflows
GET/v1/workflows/{id}/runs
POST/v1/agents/invoke
GET/v1/integrations
POST/v1/webhooks
GET/v1/audit-logs
GET/v1/models

Authentication

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

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.