GET — fetch an action
Response
PATCH — update an action
| Field | Type | Description |
|---|---|---|
enabled | boolean | Show/hide this action from agents |
tool_description | string | How agents understand this action |
before_prompt | string | null | Shown to agent before acting |
success_prompt | string | null | Returned after success |
failure_prompt | string | null | Returned after failure |
next_action_url | string | null | URL to chain agents to next |
next_action_label | string | null | Label for the next action |

