REST API
REST and WebSocket endpoints for the Atlas platform.
Atlas exposes 45 REST endpoints and 2 WebSocket streams. The full OpenAPI document is published with every release; the live spec render lands in the next docs PR.
Try it
The interactive console at /docs/playground ships a request panel for every endpoint with live response and copy as cURL / TypeScript / Rust.
Typed clients
For TypeScript and Rust clients, see /docs/sdk. Both clients share a request shape so a snippet from one ports cleanly to the other.
Webhooks
Atlas signs every webhook payload with HMAC plus a replay window. Configuration UI is at /docs/webhooks.