install_app_instance
Install an app from the Prisme.ai app store into a workspace by providing the app slug and workspace name, with optional configuration and labels.
Instructions
Install an app from the Prisme.ai app store into a workspace. Use get_app first to understand the app's configuration schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appInstance | Yes | App instance configuration | |
| 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 |