---
title: "Create an organization (caller becomes owner)"
method: POST
path: "/v1/orgs"
tags: ["Organizations"]
---

# Create an organization (caller becomes owner)

`POST /v1/orgs`

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

## Request body

- CreateOrgRequest
  - `billingEmail` string
  - `name` string, required
  - `slug` string

## Response `200`

Created (caller is owner)

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

## Other responses

- `401` — Missing or invalid API key
- `409` — The request conflicts with existing state

---

[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)
