Actions
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Actions
Backend API — secret key (Authorization: Bearer sk_…).
8 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List Actions (tenant code that runs at auth-pipeline hooks). Secret values are never returned, only their names. | |
|
| ✓ | Create an Action for a trigger (post_login, pre_user_registration, post_user_registration). Secrets are write-only. |
|
| Read one Action. Reports secret names only, never their values. | |
|
| Update an Action's name, code, enabled flag, or secrets. A secret set to "" is deleted; one left out is preserved. | |
|
| Delete an Action. Its trigger bindings cascade away, so it stops running everywhere. | |
|
| Dry-run an Action against a sample event in the sandbox and return its claims/deny/logs. Touches no real data. | |
|
| Read the ordered list of Action ids bound to a trigger. | |
|
| Replace the ordered list of Actions bound to a trigger — the single source of truth for what runs, and in what order. |