Onboard your Agent
Paste this into Claude Code, Cursor, Windsurf, or any coding agent — it’ll read the full API index and set itself up:Authentication
Every request authenticates with a single header:
No OAuth, no dashboard — agents and humans get a key the same way.
Get a key
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.Authenticate requests
Send the key asX-API-Key on every endpoint:
Errors
Verification codes expire after 24 hours and allow up to 10 attempts.