Workspaces
Create a workspace (sub-account)
Create a sub-account workspace under the agency the API key belongs to. Requires the workspaces:write scope; plan workspace caps apply.
POST
Create a workspace (sub-account)
Authorizations
API key from Developer dashboard (Bearer token).
Body
application/json
Previous
Bulk sub-account actionApply one lifecycle action - pause, resume, or disable_saas - to many client sub-accounts in a single call. **Requires an active SaaS plan**: the agency must have a connected, charges-enabled Stripe account able to bill its clients; otherwise the call returns 403 SAAS_PLAN_REQUIRED. High-trust: requires the dedicated workspaces:bulk scope (separate from workspaces:write) because a mass action is high blast-radius. Applies per workspace and returns applied/failed counts plus a per-workspace results array; the id list is capped at 200. disable_saas cascades (cancels each subscription and refunds each sub-wallet to the agency) and is irreversible, so it also requires a typed confirmation.
Next
Create a workspace (sub-account)

