Agent Pass API Auth: account endpoints require Authorization: Bearer . The support endpoint is open (rate limited). POST /api/v1/auth/register/start { email } Send sign-up verification code POST /api/v1/auth/register/complete { email, code, password } Create account; returns apiKey (shown once) POST /api/v1/auth/login { email, password } Sign in; returns apiKey POST /api/v1/auth/password/reset/start { email } Send password reset code POST /api/v1/auth/password/reset/complete { email, code, password } Reset password (revokes existing credentials) GET /api/v1/me Account info and balance POST /api/v1/me/close Close account POST /api/v1/support { email, subject?, message } File a support ticket (web + agents) GET /health Health check Errors: {"ok":false,"error":{"code":"...","message":"...","retryAfterSeconds"?,"attemptsLeft"?}} Codes: 6 digits, valid for 10 minutes, single use; one send per address per 60s, max 5 per 24h. Support: max 5 tickets per email per day, 10 per network per day. Machine-readable: https://agent-pass.turingcorp.net/llms.txt · /index.md · /openapi.json