kolm · sign up

Get a key.

Free tier: 1 Specialist per month, 10k corpus rows, unlimited kolm run. No credit card. The key is shown once and stored locally so the CLI and the cloud dashboard pick it up automatically.


Or call the API directly

curl -X POST {{HOST}}/v1/signup \
  -H "Content-Type: application/json" \
  -d '{ "email": "you@company.com" }'
# → { "api_key": "ks_…", "tenant": { … } }

Or skip signup entirely

Click /playground — it auto-mints an anonymous demo key the first time you click build recipe. The key persists in your browser. Upgrade to a real email later.