There is no OAuth dance and no dashboard step required, agents and humans get a key the same way. Agents can read the machine-friendly version of this page at
auth.md.
Get a key (Agent Auth)
1
Sign up / sign in
POST /api/v1/agent/sign-up sends a 6-digit code to your email. New users get an account; existing users use this to recover a lost key.2
Verify
POST /api/v1/agent/verify with the code returns your key. New users receive a fresh key; existing users get their current key back.Authenticate requests
Send the key asX-API-Key on every other endpoint:
Errors and limits
The sign-up and verify endpoints return structured errors:
Verification codes expire after 24 hours and allow up to 10 attempts.