Overview
Cawme uses Clerk for authentication. All protected endpoints require a valid Bearer token in theAuthorization header.
Getting a token
Obtain your token from the Cawme dashboard or via the Clerk SDK in your application.- JavaScript (Clerk SDK)
- cURL
Demo mode
For quick testing without a full Clerk setup, Cawme supports a demo token. Demo requests:- Use a fixed shared demo instance
- Are rate-limited per IP
- Require no account creation