Skip to main content
POST
Add Application
Authorization
string
required
The API key for your account. You can find this in your account settings.
Shares an application owned by the authenticated user into a workspace they also own, giving the workspace’s members access to it according to their role instead of transferring ownership. A workspace holds up to 100 shared applications, and the same application cannot be shared into the same workspace twice. This is a workspace-owner-only action: the caller must own both the workspace and the application. Use Get Application Info beforehand to confirm the application ID, and Remove Application to undo the share later. Rate limited to 10 additions per 30 seconds per user.

Parameters

workspaceId
string
The ID of the workspace.
appId
string
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.

Common errors