Skip to main content

API Overview

The AgentGate API provides programmatic access to all AgentGate functionality.

Base URL

All API requests must use HTTPS.

Authentication

Authenticate using your organization API key in the Authorization header:
See Authentication for details on obtaining and managing API keys.

Request Format

  • Use Content-Type: application/json for request bodies
  • Request bodies must be valid JSON
  • Dates use ISO 8601 format

Response Format

All responses are JSON:
Error responses:

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: SDKs handle authentication, retries, and provide typed interfaces.

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.