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 inAuthorization: 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
{ workspace_id, children: [...] }.
Get
api_key_token and webhook_endpoints with secrets.
Update
Delete
204 No Content. Soft-delete.