---
title: "Create the caller's profile and first org (idempotent)"
method: POST
path: "/v1/onboarding/bootstrap"
tags: ["Account"]
---

# Create the caller's profile and first org (idempotent)

`POST /v1/onboarding/bootstrap`

Requires a signed-in dashboard session token; API keys cannot call this endpoint.

## Request body

- BootstrapRequest
  - `orgName` string

## Response `200`

Bootstrapped (or already existed)

- BootstrapResult
  - `organizationId` string, required
  - `role` string, required

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/32905b8f44f8/schema)
