Skip to main content
The AgentPost REST API provides the same capabilities as the MCP API through standard HTTP endpoints. Every MCP tool has a corresponding REST endpoint.

Base URL

Authentication

All requests require a Bearer token in the Authorization header:
Generate tokens at Settings > API Tokens in the AgentPost dashboard. The same tokens work for both the REST API and the MCP API.

Rate Limits

REST and MCP calls share the same per-user quota: Rate limit headers are included in every response:

Response Format

Success

Single resource:
Paginated list:

Error

Validation Error (422)

Status Codes

Versioning

The API is versioned under /api/v1/. Breaking changes will be introduced under /api/v2/ with advance notice.