SDK — create a business account
Create a business account from the SDK. The authenticated JWT user
becomes the first owner member. Gated by the
enable-business-accounts feature flag.
POST
SDK — create a business account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Body
application/json
Response
Business account created
A multi-operator wallet container (product name "Business Accounts")
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Maximum string length:
255Developer-supplied stable ID inside the env
Maximum string length:
255Last modified on July 8, 2026
Previous
SDK — add an existing wallet to a business accountBrings an existing user wallet under a business account so signers can be
added to it. No MPC ceremony — the owner already holds a valid share
set, so this transfers the wallet's ownership to the business account
(`businessAccountId` set, `userId` cleared) and registers the caller
as an owner member + `endUser` signer bound to their existing share
set. When `businessAccountId` is omitted, the per-wallet business account is
found-or-created (unnamed). Idempotent.
Next
SDK — create a business account