Skip to main content
The Holos API is a REST API that gives you programmatic access to all platform resources. It’s the same API used by the Holos web dashboard and mobile apps.

Base URL

Authentication

All requests require a bearer token obtained through the magic link flow. Pass the token in the Authorization header:
See Authentication for the full token flow.

Resources

Endpoint reference

The full endpoint-by-endpoint reference and interactive playground are currently internal-only — they aren’t published here yet. Holos engineers can preview them locally; see the holos-docs README. The OpenAPI 3.1 spec is generated from and maintained in the holos-api repository. The pages below cover the concepts you need to integrate: authentication, webhooks, error shapes, and the per-resource guides.

Concepts

Authentication

Session tokens and the bearer flow

Webhooks

Event notifications via Stytch and Svix

Errors

Error format and status codes