| Act | POST | /act | Run an action (canonical run path) |
| List all actions | GET | /actions | Retrieve all workspace actions |
| Get action by ID | GET | /actions/{selector} | Get specific action details |
| Create a new action | POST | /actions | Create a new workspace action |
| Replace action | PUT | /actions/{selector} | Replace action configuration |
| Patch action | PATCH | /actions/{selector} | Update action partially |
| Clone action | POST | /actions/{selector}/clone | Clone an existing action |
| Run action | POST | /actions/{selector}/run | Execute an action (deprecated — use /act) |
| Reset action | POST | /actions/{selector}/reset | Reset action to default state |
| Export action | GET | /actions/{selector}/export | Export action configuration |
| Get action dependencies | GET | /actions/{selector}/dependencies | Get action dependencies |
| Restore action | POST | /actions/{selector}/restore | Restore archived action |
| Refresh actions | POST | /actions/refresh | Refresh action definitions |
| Archive action | DELETE | /actions/{selector} | Archive an action |