API Keys
Create, use, and secure workspace API keys.
API keys authenticate all KorClaw v1 requests. Create keys in Dashboard → API Keys. Production keys use the kc_live_ prefix; test keys use kc_test_.
Authentication format
text
Authorization: Bearer kc_live_your_api_key_hereKey properties
- Scoped to one workspace
- Can be IP-restricted (allowed_ips)
- Can have scoped permissions (e.g. approvals:decide, organizations:write)
- Can be expired or revoked — both return 401 immediately
- Shown only once at creation