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.
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.
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 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.
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.
Multi-agent orchestration
Agents can discover, create, and invoke other agents in your workspace, so specialized agents can collaborate on a complex workflow.
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.
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.
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
- Quickstart: Create your first agent.
- Core Concepts: How agents, sessions, containers, and policies fit together.