Authentication
Authenticate SDK and REST API requests with Bearer tokens.
All KorClaw API requests require a Bearer token in the Authorization header.
Example
curl https://app.korclaw.com/api/v1/agents \
-H "Authorization: Bearer kc_live_xxxxxxxxx"Keep keys secret
API keys are shown once at creation. Store them in environment variables or a secrets manager.