Skip to main content

Child Workspaces

Provision isolated verification environments under your workspace. Each child gets its own app, API key, branding, and webhooks. Auth: parent workspace API key in Authorization: Bearer {key}.

Create

Response includes app_id, api_key_token, and api_key_id. Save the key — it’s only returned once. Scute auto-provisions: verify-only app, SMS provider, API key, and webhook endpoint (subscribed to all verification.* events).

List

Returns { workspace_id, children: [...] }.

Get

Includes api_key_token and webhook_endpoints with secrets.

Update

Send only the fields you want to change. Branding syncs to the child’s app automatically.

Delete

Returns 204 No Content. Soft-delete.

Full onboarding flow

The verification page shows the child’s branding, not yours.

Errors