Getting Started

What is Gamut

Gamut is a platform for building and running personal AI agents in secure containers.

Gamut allows you to create agents, give them instructions, connect them to your accounts, and let them work autonomously in the background.

Chat is the main interface: send messages, assign tasks, and watch agents work in real time. Agents keep context across sessions, learn your preferences over time, and can run on a schedule or on a trigger.

Key capabilities

Containerized execution

Every agent runs in its own sandboxed container: a virtual computer where it can write and run code, install packages, build apps, and work through APIs, MCP servers, and a browser. It has no access to your machine unless you grant it.

VMCMO agentFinance agentResearch agent
Each agent runs in its own locked-down sandbox — free to work inside, but it can't reach your machine.

Connected accounts

Gamut connects to Gmail, Slack, GitHub, Linear, Salesforce, Google Drive, and dozens of other services through OAuth. Connect once, then authorize any agent to use the account. API calls are proxied outside the container, so agents never see your tokens. Sensitive requests wait for your approval, and every action lands in an audit trail.

AgentProxyPOLICYAllow?ApprovalDenyService
Requests route through a proxy that enforces your policy. The OAuth token is attached after the proxy — the agent never sees it.

Browser automation

When no API exists, agents open a browser inside their container and work with websites directly. Browser sessions stream live, and agents ask for help at CAPTCHAs and login screens.

Agents drive a real browser inside the container — you watch every click in real time.

Agents can also drive your Chrome directly, using your logged-in accounts and avoiding bot detection.

Scheduled tasks and triggers

Agents schedule recurring or one-time tasks with cron expressions or plain dates. Webhook triggers start a session when an external event fires.

ScheduleDaily · 9:00 AMNew emailGmailMeeting endedZoomAgent
Triggers wake an agent automatically — on a schedule, a new email, or the end of a meeting.

Dashboards and artifacts

Agents build interactive dashboards (small web apps rendered inside Gamut) to surface information, charts, or controls. They can also deliver files and other artifacts directly in the conversation.

Agents assemble live dashboards — charts, metrics, and controls — right inside Gamut.

Multi-agent orchestration

Agents can discover, create, and invoke other agents in your workspace, so specialized agents can collaborate on a complex workflow.

Agents discover, create, and invoke each other — decomposing a task across specialized collaborators.

Skillsets

Skillsets are shared skill libraries backed by Git repositories. Package the capabilities your agents develop, install a curated set into any agent, or publish your own for your team.

Skillset
Package skills into a shared skillset — publish once, and any agent can install it.

Chat integrations

Agents are reachable from iMessage, Telegram, and Slack, like a teammate. Send a task from your phone, ask a follow-up, or get pinged the moment a scheduled run finishes.

Agents reply in the same thread, keep full context across channels, and can reach out proactively.

iMessageTexts & repliesTelegramBot chatSlackDMs & channelsAgent
Chat with your agents from the apps you already use — message in, reply back, context kept across channels.

Deployment options

Gamut runs in two modes:

  • Desktop app: Download for Mac or Windows. The app bundles everything and manages containers through your local runtime.
  • Web app / server: Run Gamut as a Docker container or from source and use it from any browser (or install it as a PWA on your phone). Multi-user auth mode adds role-based access for teams.

Next steps