---
title: "When a user signs up, a new personal organization is automatically created."
method: POST
path: "/v0/auth/signup"
tags: ["auth"]
---

# When a user signs up, a new personal organization is automatically created.

`POST /v0/auth/signup`

Except when a user signs up with an invitation, then the user is just added to the inviting organization.

## Request body

- JsonSignup
  - `claim` string, uuid
  - `email` string, required
  - `i_agree` boolean, required — I agree to the Bencher Terms of Use (https://bencher.dev/legal/terms-of-use), Privacy Policy (https://bencher.dev/legal/privacy), and License Agreement (https://bencher.dev/legal/license)
  - `invite` string
  - `name` string, required
  - `plan` 'free' | 'pro' | 'team' | 'enterprise'
  - `recaptcha_token` string
  - `slug` string

## Response `202`

successfully enqueued operation

- JsonAuthAck
  - `email` string, required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/revisions/84086e99e6cd/schema)
