Admin Studio Guide
The Studio provides a visual interface for the Control Plane.
Navigation Map
- Automation Wizard (
/studio/wizard/):- Purpose: Authoring workflows visually.
- Key Features: Drag-and-drop canvas, AI Copilot, Component Palette.
- Rule Tester (
/studio/tester/):- Purpose: "Unit testing" logic. Used to verify JSON rules against sample events.
- Output: An "Explain Tree" showing exactly which predicate matched or failed.
- Execution Explorer (
/studio/explorer/):- Purpose: Operational visibility.
- Features: Timeline view of steps, input/output inspection (redacted).
- Governance:
- Stored Secrets: Manage encrypted secrets (if DB backend used).
- Audit Log: Immutable history of all changes.
Permissions Matrix
| Permission | Description |
|---|---|
automate.view_studio |
Access to the Studio dashboard. |
automate.publish_workflow |
Ability to create/update live workflows. |
automate.view_raw_payload |
SENSITIVE: Allows viewing unredacted JSON inputs in Explorer. |
automate.manage_secrets |
Ability to rotate or create stored secrets. |
Workflow Lifecycle
- Draft: Workflows in the Wizard start as client-side drafts.
- Publish: Clicking "Publish" creates a persistent
Workflowrecord and an activeWorkflowVersion. - Archive: Deleting a workflow sets
is_active=Falsebut keeps history.