API Reference
Every endpoint of the Arcalotl public REST API, generated from the OpenAPI spec.
The API Reference documents every endpoint of the Arcalotl public REST API, grouped by resource, with request and response schemas and copy-paste code samples. It is generated from the published OpenAPI 3.1 spec, so it never drifts from the API.
Before you start
The conceptual guide in the Documentation tab covers the cross-cutting rules these endpoints share:
- Authentication and scopes: send
Authorization: Bearer arclt_live_..., and match each endpoint's required scope. - Pagination: opaque
cursorpluslimit, with anext_cursoron each page. - Errors: RFC 9457
application/problem+jsonwith a stablecode. - Rate limits: the
RateLimit-*response headers andRetry-Afteron 429. - Idempotency: the
Idempotency-Keyheader on writes.
Base URL
https://api.arcalotl.com/v1Every resource is scoped to the community that owns the API key. An id owned by
another community answers 404.
Related guides
- Webhook Events: every event type's delivery, headers, and payload schema.
- Webhooks: the event envelope and signature verification.
- Events: polling the events feed for reconciliation.
- Checkout links: sell a plan from your own systems.
- MCP: connect an AI agent to the same API.
The raw spec is published at arcalotl-public-api.yaml.