v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-05730512.7 KB
Other

Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).

Exchange a user access token for a tenant API key (first call seeds the tenant's signing key + demo schemas).

post/v1/tenant/bootstrap

Request body

object required

Response

No response body

api_keystring
emailstring
environmentstring
rolestring
seededboolean

Example response

{
  "api_key": "<redacted>",
  "email": "docs-capture-6clew6@diditcapture.dev",
  "environment": "sandbox",
  "role": "owner",
  "seeded": true,
  "tenant": {
    "name": "docs-capture-6clew6",
    "slug": "docs-capture-6clew6"
  }
}
All 73 operations