Step 1: Prerequisites
⚡ 2 min readBoth paths
- RBAC configured — resource keys exist in Console; the member’s role has the right level on
{resource}:{action}(RBAC). - Level-2 actions — only those cells trigger step-up; level 1 skips MFA entirely.
Web app (SDK)
- Transcodes SDK loaded and member signed in (
redirectToStepUpneeds an active session). resourceandactionstrings match Console resource keys and CRUD actions.
AI agent (transcodes-guard)
- transcodes CLI installed; MAT saved to
{{HOME_DIR}}/.transcodes/config.json. - transcodes-guard plugin enabled for your host (Integration).
- Token member has RBAC permission for the tool’s resource/action (often
system+delete/updatefor admin tools).
Without a saved MAT, hooks still block risky commands but cannot start step-up or write gate audit rows.
Next: Step 2: Web app (SDK)
Last updated on