> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.clossir.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.clossir.com/_mcp/server.

# API Reference

A / API REFERENCE

The Clossir API is a single OpenAPI spec emitted by `signum-api` (Elysia) — the same spec
Speakeasy uses to generate `@signum-tech/sdk`. Commands are `POST → 202` (accepted and processed
asynchronously); reads are `GET → 200`. All calls authenticate with org-scoped API keys.

Browse the full interactive reference below, or jump to a product-specific API page for guided
context.

## Conventions

* **`POST → 202`** — the command is accepted and processed asynchronously; poll the relevant
  `GET` endpoint for the resulting state.
* **`GET → 200`** — synchronous read.
* **Auth** — org-scoped API key; requests are RLS-isolated per org.

Each product's **API** page deep-links to the relevant operations here — e.g.
[Identity — API](/products/identity/api).