API Overview
The AgentGate API provides programmatic access to all AgentGate functionality.Base URL
Authentication
Authenticate using your organization API key in the Authorization header:Request Format
- Use
Content-Type: application/jsonfor request bodies - Request bodies must be valid JSON
- Dates use ISO 8601 format
Response Format
All responses are JSON:Pagination
List endpoints support pagination:
Response includes pagination info:
Rate Limits
See Rate Limits for details. Headers included in responses:API Endpoints
Work Orders
Runs
Credits
Webhooks
Templates
SDKs
Official SDKs are available for:- TypeScript/Node.js
- Python (coming soon)
Playground
Use the interactive playground on each endpoint page to test API calls directly in the documentation.You’ll need to enter your API key to use the playground.