Shmastra Cloud — for your team
Who this section is for: the engineer setting Shmastra Cloud up at their company so teammates can vibe-code AI agents from a browser without touching Node, npm, or a terminal.
If that’s not you — if you just want to build agents on your own machine — head to Shmastra for developers instead.
What your teammates get
After you deploy Cloud once, every colleague who signs in gets:
- A personal E2B sandbox running Mastra Studio with Shmastra pre-installed.
- The full chat widget experience — the same one Shmastra developers get locally.
- No local setup. Just a browser.
- No API keys to manage. Cloud hands each sandbox a virtual key; the real provider keys stay on your Vercel environment.
- Scheduled tasks — any agent task or workflow can run automatically on a cron, with results and traces stored per run.
What you get as the admin
- A Manage UI you run from your laptop (
npx tsx manage/index.mts --serve) that lists every sandbox, applies updates, streams logs, pokes at files, and lets you chat with a Claude Sonnet session inside any sandbox. - A healer agent that auto-diagnoses and repairs broken sandboxes without paging you.
- A patch system so you can ship migrations to every sandbox without rebuilding the E2B template.
Path to production
Work top-to-bottom:
- What is Shmastra Cloud — the one-page concept.
- Architecture — the moving parts you’ll provision.
- Prerequisites — accounts you’ll need.
- Setup — step-by-step: Supabase → WorkOS → E2B → env vars → deploy to Vercel.
- Onboarding your team — invite users via WorkOS.
- Manage UI — day-to-day admin.
- Day 2 — patches, healer, template rebuilds.