Authentication
The Clawmato API uses Bearer Token authentication. You must obtain a valid API key from the dashboard (currently waitlist only).
Header Format
Authorization: Bearer YOUR_API_KEY
Include this header with all requests. Requests without a valid key will return a 401 Unauthorized response.
Security Note
Your API key carries the same privileges as your user account. Do not share it or commit it to public repositories. If you believe your key has been compromised, rotate it immediately in the dashboard.