Authentication
How to authenticate with the ClawPack API.
API Keys
All authenticated endpoints require a Bearer token:
Authorization: Bearer your-api-keyGetting a Key
- Sign in at crate.clawpack.io
- Go to Dashboard
- Copy your API key
Rate Limits
| Type | Limit |
|---|---|
| Unauthenticated | 60 requests/hour |
| Authenticated | 1000 requests/hour |
| Publish | 30 pushes/hour |