Welcome back

Services Online
of 7 monitored
Secrets in Vault
41
Azure Key Vault
Azure Credits
~$130
Expires May 3 2026
Machines
5
i9 · i7 · MacBook · VMs
Quick Access
Domain Status
VariableCategoryKey Vault SecretStatus
Windows (i9 / i7) — PowerShell

Run as Administrator. Pulls all secrets from Azure Key Vault.

Invoke-Expression (Invoke-WebRequest -Uri "https://ops.willbracken.com/api/sync/powershell" -Headers @{"x-sync-secret"="YOUR_SYNC_SECRET"}).Content
macOS / Linux — Terminal

Updates current shell and ~/.zshrc automatically.

source <(curl -sH "x-sync-secret: YOUR_SYNC_SECRET" https://ops.willbracken.com/api/sync/bash)
Claude CLI / Codex / Gemini CLI

After syncing env vars, update each CLI tool directly.

claude config set apiKey $env:ANTHROPIC_API_KEY
How It Works
01
Request hits sync service
Authenticated with shared secret header
02
Pulls from Azure Key Vault
41 secrets via managed identity
03
Script returned and executed
Sets env vars. Nothing saved to disk.
04
Done in under 10 seconds
No SSH. No Downloads. No zip files. Ever.
Machine Sync Status
i9 — 192.168.1.21Run sync command
i7 — 192.168.1.20Run sync command
MacBook — 192.168.1.4Run sync command
Windows VMRun sync command
Linux VMRun sync command