API Keys

Create and manage your API keys.

Manage keys for every SettleKit service

Key Guardrails Expires Last Used Usage Limit

Quickstart

curl http://localhost:8080/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openrouter/auto","messages":[{"role":"user","content":"Hello"}]}'

settle cloudflare workers deploy --name app --script-file worker.js --auth required