---
title: "Admit Account"
method: POST
path: "/api/v1/internal/self-serve/admit"
tags: ["internal", "self-serve"]
---

# Admit Account

`POST /api/v1/internal/self-serve/admit`

Admit an address, or attach it to the setup it already has.

Re-entrant: an account already ready, in flight, or waitlisted comes back as
it stands rather than starting a second setup.

## Request body

- AdmitAccountRequest
  - `email` string, email, required

## Response `200`

Successful Response

- AdmitAccountResponse
  - `account_id` string, uuid, required
  - `state` 'pending' | 'waitlisted' | 'preparing' | 'ready' | 'failed', required — Where a self-serve account sits between signup and a usable workspace. ``PREPARING`` and ``READY`` hold a seat against the admission cap; the other three do not. Setup consumes capacity from the moment it starts rather than when it finishes, so a burst of in-flight setups cannot collectively pass the cap. See ``SEAT_HOLDING_STATES``.
  - `workflow_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

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