---
title: "Add a store app to the caller's workspace"
method: POST
path: "/store/apps/{appId}/add"
tags: ["Store"]
---

# Add a store app to the caller's workspace

`POST /store/apps/{appId}/add`

Installs a published store app into the caller's workspace — the existing device-install path takes over from there. 404 if no published listing exists.

## Path parameters

- `appId` string, uuid, required

## Response `200`

App added to workspace

- object
  - `success` true, required
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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