publish_app
Publish a workspace as an app version in the Prisme.ai app store. Provide a slug for first-time publishing; later updates reuse the app.
Instructions
Publish a workspace as a new app version in the Prisme.ai app store. On first publish, a slug is required to create the app. Subsequent publishes update the existing app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | An optional version name | |
| slug | No | App slug: required on first publish to create the app in the store | |
| description | No | App description (string or localized object) | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping | |
| workspaceVersion | No | An optional workspace version to publish. If empty, publishes the latest workspace version |