API Reference
One OpenAPI spec, generated into @signum-tech/sdk
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 relevantGETendpoint 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.