The REST API lives under /api/v1/ and is fully described by an OpenAPI 3.0 document (GET /api/v1/openapi.json). Calls are authenticated with a Bearer JWT obtained from POST /api/v1/oauth/token, and every call is authorized against the privileges of the calling user. A remote MCP server (POST /mcp) lets AI assistants manage your projects directly.
Full documentation — getting started, authentication, conventions, an interactive API reference you can test in your browser, downloadable code samples and the MCP server — lives in the Developer section.