latestOpenAPI 3.1.02026-08-21284506642.0 KB

b455048a022d

internal
self-serve

Admit Account

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.

post/api/v1/internal/self-serve/admit

Request body

emailstring email required

Response

Successful Response

account_idstring 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_idstring nullable required