Key format
Keys are tied to your organization. The key hash is stored server-side; the full secret is shown only when created or regenerated in Developer.
Obtaining a key
To generate a programmatic API key:- Once API access is enabled by Michel, sign in to Your Product Here.
- Open Developer in your sidebar.
- Click Regenerate API key.
- Copy the key prefix and token immediately — it will not be shown again.
Security practices
- Store keys in a secrets manager (never in client-side code or public repos).
- Use your keys securely against the production API base URL.
- Rotate keys from Developer if a key may have leaked; old keys stop working immediately.
Unauthorized responses
401 — invalid or missing Bearer token.
403 — org exists but API access was not enabled by admin.
Public routes
OnlyGET /health is unauthenticated.