v1

latestOpenAPI 3.1.02026-07-22168133210.3 KB
Auth

Signup

Create a new account and receive a read-only API key.

A 6-digit verification code is sent to the provided email. Call POST /v2/auth/verify with the code (and this key in the Authorization header) to upgrade to full access.

post/auth/signup

Request body

emailstring required

User email address

passwordstring nullable

Optional password for web login (random if omitted)

first_namestring nullable
last_namestring nullable
organization_namestring required

Organization name (required — all API keys are org-scoped)

idempotency_keystring nullable

Idempotency key for safe retries

Response

Successful Response

api_keystring required

Read-only API key — verify via POST /v2/auth/verify to unlock full access

api_key_idstring required
user_idstring required
organization_idstring required
verifiedboolean

Whether the account has been verified (always false on signup)