---
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

## Changes

- **2026-08-13** `02da4f9ce3fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/store/apps/:appId/add/post.md)

---

[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/02da4f9ce3fd/schema)
