Documentation · 7 pages

Developers

Integrate logcat.ai into your own tools and pipelines, authentication and API keys, the REST quickstart, lifecycle polling, WebSocket streaming, webhooks, and the MCP server.

Developers

Build against logcat.ai over HTTP, stream results over WebSocket, and receive signed webhooks. This section is the contract for all three.

The public API is /api/v1/*. To get a key: open-source maintainers apply through the developer program, and enterprise accounts enable the api_access capability. See Getting API access for which path applies to you.

The in-app interactive API console: every endpoint with a Try button, plus 'Copy Full API for AI' to hand the whole contract to an assistant.
The in-app interactive API console: every endpoint with a Try button, plus 'Copy Full API for AI' to hand the whole contract to an assistant.

New to the API? Start with the quickstart, then Authentication & API keys. Requests use an Authorization: API_KEY <key> header, not Bearer. The full endpoint contract is in the REST API reference.

In this section