get_automation
Retrieve a specific automation from a Prisme.ai workspace using its unique slug. Provide workspace name and optional environment to locate it.
Instructions
Get a specific automation by its slug from the prisme.ai workspace
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 | |
| automationSlug | Yes | The slug of the automation to retrieve |