update_automation
Update an existing automation by specifying its slug, required name, instructions (do), and workspace name.
Instructions
Update an existing automation on the prisme.ai workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation | Yes | Automation object with fields to update. IMPORTANT: 'name' and 'do' are always required even for partial updates. | |
| 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 update |