Skip to main content
POST
Set App Visibility
Change who can find and run an app. Only the app’s creator or a workspace owner may change its visibility. A common flow is to generate an app (which starts private), verify it with a run, then promote it to shared so the rest of the workspace — and their agents — can use it.

Response

Returns the updated app summary, including its new visibility.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Path Parameters

appId
string<uuid>
required

The app ID (UUID) from the List Apps response

Body

application/json
visibility
enum<string>
required
Available options:
private,
shared,
public

Response

200 - application/json

Visibility updated

data
object
required