---
title: "Share an application into a workspace"
method: POST
path: "/v2/workspaces/applications"
tags: ["Workspaces"]
---

# Share an application into a workspace

`POST /v2/workspaces/applications`

Adds an application owned by the authenticated user to a workspace they own. Up to 100 applications per workspace. The same application cannot be shared twice.

Rate limited to 10 additions per 30s per user.

## Request body

- object
  - `workspaceId` string, required
  - `appId` string, required

## Response `200`

Application shared into the workspace.

- object
  - `status` 'success', required

## Other responses

- `400` — The `workspaceId` is missing, the application limit was reached, or the app is already shared into this workspace.
- `401` — The Authorization header is missing, malformed, or the credentials are not valid.
- `403` — The API key is restricted to a set of resources that does not include this application.
- `404` — Workspace or application not found, or the caller is not the workspace owner.
- `413` — The request body is larger than the maximum allowed size (100MB).
- `429` — The endpoint enforces its own rate limit and the caller hit the cooldown.
- `500` — An unexpected error occurred while processing the request.

---

[API](https://skmtc.dev/squarecloud/apis/square-cloud-api.md) · [All operations](https://skmtc.dev/squarecloud/apis/square-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/squarecloud/square-cloud-api/revisions/54b7733a6b95/schema)
