get_app_instance_config
Retrieve the configuration of an installed app instance using its slug and workspace. Provides access to app settings without modifying the instance.
Instructions
Get only the configuration of an installed app instance
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) | |
| instanceSlug | Yes | The slug of the installed app instance | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |