For the complete documentation index, see llms.txt. This page is also available as Markdown.

Signup

Create a new account and obtain an API key (public, no key required)

Sign up for a new account

post
/signup

Create a new organization and its first admin user, and receive an API key in return. This endpoint is public — it does not require an API key — so AI agents can onboard without visiting the web dashboard.

The returned API key is pending activation: an administrator must activate the new account before it can be used. Until then, every other endpoint returns 403 with error account_pending_activation. No email confirmation is required.

Body
emailstring · emailRequired

Admin user's email. Must be a custom-domain address — free providers (gmail.com, yahoo.com, outlook.com, …) are rejected.

org_namestringRequired

Name of the organization to create.

first_namestringRequired
last_namestringRequired
Responses
201

Account created. The API key is returned once and cannot be retrieved again.

application/json
post/signup

Last updated