Skip to main content
POST
Create Workspace
Authorization
string
required
The API key for your account. You can find this in your account settings.
Creates a workspace owned by the authenticated user, so applications can be shared with other Square Cloud accounts under a role-based permission model instead of transferring ownership. Workspaces are available on Standard, Pro, and Enterprise plans only; every plan tier in that range caps an account at 5 workspaces. The name must be 1-32 characters (letters, numbers, spaces, hyphens, or underscores). After creating a workspace, use Add Application to share applications into it and Invite Member to add collaborators. This endpoint is rate limited to 1 creation every 10 seconds per user.

Parameters

name
string
A string representing the name of the workspace.
Must adhere to the a to z, A to Z, 0 to 9, spaces and _ pattern. (1-32 characters)

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
The contents of the response.

Common errors