Skip to main content

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.
The key is only returned at verification time and is not retrievable later. Store it securely. To recover a lost key, call sign-up again with the same email.

Authenticate requests

Send the key as X-API-Key on every endpoint:

Errors

Verification codes expire after 24 hours and allow up to 10 attempts.