API Reference
The Agentic Developer Hub REST API — every endpoint, generated from the live OpenAPI spec and grouped by resource.
The full REST API, generated from the live OpenAPI 3.1 spec. Every endpoint
is grouped by resource in the sidebar — auth, data, personas, billing,
community, and more.
Download OpenAPI spec
Point your codegen / Postman / Insomnia at the raw spec:
https://agenticdeveloperhelp.com/openapi.json.
Getting started
- Authenticate with a JWT (email/password or OAuth) or an API token — see the Quickstart and the OAuth walkthrough.
- Pass it as
Authorization: Bearer <token>on every request. - Prefer agents over HTTP? The same surface is available to AI clients via the MCP server.
Browse the endpoints
Pick a resource from the sidebar to see its operations, parameters, request and response schemas, and live examples. Each page is generated directly from the spec, so it always matches what the backend actually serves.