SANDBOX·example only

See VisionXIXLabs in motion.

Every screen below uses scripted example data. Nothing here touches a real cloud account or burns AI credits. Pick a scenario to walk through one of the 12 core product flows.

02Demo scenarios · 12

Pick a story. Walk through it.

01

First-Time Workspace Setup

~12 min

From zero account to first connected provider in ~10 minutes.

7 stepsreviewed · 2026-05-23
02

Cloud Operations Demo

~8 min

Connect AWS → detect risk → recommend fix → human approves.

5 stepsreviewed · 2026-05-23
03

DevOps Pipeline Demo

~6 min

Connect GitHub → DevOps Engineer reads pipeline → explains failure → suggests fix.

5 stepsreviewed · 2026-05-23
04

Security Finding Demo

~6 min

Detect IAM/public resource risk → explain impact → human approves remediation.

4 stepsreviewed · 2026-05-23
05

Monitoring Alert Demo

~5 min

Alert fires → Monitoring Engineer explains → incident created automatically.

4 stepsreviewed · 2026-05-23
06

Incident Response Demo

~8 min

Alert → incident → timeline → root cause → postmortem.

5 stepsreviewed · 2026-05-23
07

Database Health Demo

~5 min

Connect DB → detect slow query / backup gap → suggest fix.

5 stepsreviewed · 2026-05-23
08

Desktop App Pairing Demo

~6 min

Download desktop → pair workspace → analyze local repo.

5 stepsreviewed · 2026-05-23
09

Developer Tools Demo

~5 min

Connect VS Code → link local repo → ask the DevOps Agent.

4 stepsreviewed · 2026-05-23
10

Automation (Dry Run) Demo

~7 min

Pick a Python script → dry-run → approval → execute → audit.

6 stepsreviewed · 2026-05-23
11

AI Workforce Overview

~5 min

See engineers · tool access · approval rules · activity · audit.

5 stepsreviewed · 2026-05-23
12

Pricing & Usage Demo

~4 min

See plan limits · AI usage · token consumption · overage alerts.

5 stepsreviewed · 2026-05-23

How the sandbox stays isolated

  • · Every demo data path is gated by isSandboxWorkspace() — a closed-union check on the workspace id prefix.
  • · assertNotDemoLeak() throws at the boundary if a real workspace ever asks for demo content.
  • · Scenarios live in source control (lib/demo/demoScenarios.ts), not the workspace database. They can't bleed across tenants.
  • · No connector credentials are stored. No webhooks fire. No AI tokens are spent.