Authentication
Authenticate API requests with Bearer tokens.
KorClaw uses API keys sent via the Authorization header.
text
Authorization: Bearer YOUR_API_KEYbash
curl https://app.korclaw.com/api/v1/agents \
-H "Authorization: Bearer kc_live_xxxxxxxxx"