CLI — korclaw login
Validate API key and save configuration.
bash
korclaw login --api-key kc_live_your_api_key_here
korclaw login --api-key kc_live_xxx --base-url https://app.korclaw.com/api/v1Validates the key via agents.list({ limit: 1 }), then saves config. Prompts interactively if no key is provided via flag, env, or config.
Output
{ "ok": true, "configPath": "/Users/you/.config/korclaw/config.json", "baseUrl": "https://app.korclaw.com/api/v1" }