v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Account

Bootstrap a temporary account

Creates a temporary organization with an API key and a project, and returns a link to claim ownership of it. Requires no authentication.

post/v1/account/bootstrap

Request body

organizationNamestring

Name for the temporary organization. If not provided, defaults to "My Organization".

projectNamestring

Name for the project created in the organization. If not provided, defaults to "My Project".

userEmailstring email

Email address to send the claim link to.

Response

Temporary account created

organizationSlugstring required

Slug of the temporary organization.

projectSlugstring required

Slug of the created project.

apiKeystring required

Organization-scoped API key.

claimUrlstring required

URL to open in a browser to claim ownership of the organization.

claimEmailstring nullable required

Email address the claim link will be sent to, or null if none was provided.

claimExpiresAtstring required

ISO-8601 timestamp when the claim link expires. The organization is deleted if not claimed by then.