Skip to main content
POST
Accept the acceptable-use policy

Authorizations

Authorization
string
header
required

A dashboard session — the short-lived JWT a signed-in human holds at the dashboard, sent on the same Authorization: Bearer header. Dispatched by shape: a session token is a JWT, an API key starts with ck_. Sessions cannot be created through this API, and operations that list only this scheme refuse API keys with 401.

Response

Accepted, and what the activation gate did.

Acceptance is idempotent — the first timestamp wins. Because the AUP is often the last of the three activation facts, the activation gate runs immediately and activation reports what happened.

accepted
boolean
required
activation
enum<string>
required

activated: this call took the workspace live. already_live: it was live before. not_ready: other facts are still missing — see GET /v1/billing.

Available options:
activated,
already_live,
not_ready