Developer Tools Demo
Connect VS Code → link local repo → ask the DevOps Agent.
How an engineer uses the platform without leaving their IDE.
data flow
scenario architecture
VS Code extension ──API key──▶ workspace
│
link local repo to tracked repo
│
chat: DevOps Engineer cites log linesInstall VS Code extension
Authenticates via the same API key.
connectors · VS Code primary
Assume-role over keys
Cloud connectors never store long-lived access keys. AWS uses a cross-account IAM role you create + an externalId we generate; Azure uses a service principal you control. You can revoke at any time from the provider console — no calls needed.
safety invariants in play
- ✓Assume-role model — No long-lived access keys stored — workspace assumes a short-lived role you own and can revoke.
expected result
Sidebar shows workspace state.
engineering principle
The VS Code extension authenticates with the same API key as the desktop. No separate IDE login, no copy-paste of session cookies. The DevOps Engineer cites back to specific log lines so suggestions are verifiable, not hand-wavy.