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 1, 2026
Previous
SDK — get a business account with embedded members and signersReturns 404 if the caller is not a member of the workspace
(404 not 403 so we don't leak workspace existence).
Next
SDK — create a business account