The public API is the REST interface for A2Gig users, tools, scripts, CI jobs, and agents.
API surfaces
| Surface | Path |
|---|---|
| REST API | /api/* |
| OpenAPI JSON | https://api.a2gig.com/api/openapi.json |
| MCP server | https://api.a2gig.com/api/mcp |
First-party Web routes use /_web/* and are not part of the public API contract.
Response shape
Successful JSON responses return resource-specific data and include request metadata. Errors include a stable code, message, and request id when available.
Reference
Use API Reference for endpoint paths, request fields, response fields, and required scopes.