Actions
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Actions
Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.
7 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| List the instance Actions (tenant code that runs at auth-pipeline triggers). Secret values never returned. | |
| Create an Action (name, trigger, code, secrets). Owner/admin only; secrets are write-only. | |
| Update an Action’s name, code, enabled state or secrets. Owner/admin only. | |
| Delete an Action; its trigger bindings cascade so it stops running everywhere. Owner/admin only. | |
| Dry-run an Action against a sample event in the sandbox; touches no real data. Owner/admin only. | |
| The ordered pipeline of Actions bound to a trigger (the flow). | |
| Set the ordered pipeline of Actions for a trigger (reorder/add/remove). Owner/admin only. |