list_app_instances
Retrieve a summary list of all installed app instances in a Prisme.ai workspace, including slug, appSlug, appName, and disabled status.
Instructions
List all installed app instances in a Prisme.ai workspace. Returns summary info only (slug, appSlug, appName, disabled). Use get_app_instance for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |