Pricing that scales with your team.
Personal use is free. Pay when your team needs shared resources, audit, or compliance.
Personal
For solo engineers running their own agents.
Free
Get started- Unlimited sessions on your own machine
- Personal scope (no team sharing)
- Inbox on web + mobile
- Bring your own model keys
- Open-source daemon, reviewable
Team
Most teamsFor 5–50 person teams shipping agent-driven changes weekly.
$20/seat/month
Start free trial- Everything in Personal, plus:
- Shared Context Vault, audit ledger, team inbox routing
- Repo-config resolution: .viewport/config.json across the team
- Approval gates with per-team policy
- Plan reviews routed by team membership
Enterprise
For organizations that need self-host, audit, and compliance.
Custom
Talk to us- Everything in Team, plus:
- Self-hosted relay + control plane (your infra)
- SSO (SAML, Google, GitHub)
- Customer-controlled keys for context vault
- SOC 2 Type II, audit log export
- Role-based access control + per-resource ACL
- SLA and dedicated support
What you get at each tier.
| Feature | Personal | Team | Enterprise |
|---|---|---|---|
| Sessions across your machines | |||
| Inbox on web + mobile | |||
| Open-source daemon | |||
| Bring your own model keys | |||
| Team sharing of resources | |||
| Plan reviews + approval gates | |||
| Shared Context Vault | |||
| SSO (SAML, Google, GitHub) | |||
| Self-hosted relay + control plane | |||
| Customer-controlled context keys | |||
| SOC 2 Type II, audit log export | |||
| Dedicated support |
The things teams ask before signing up.
- What does the daemon actually see?
- Everything you'd expect a process running in your shell to see: working directory, git metadata, agent stdout/stderr, tool calls. It's open source at github.com/ViewportAI/viewport. Read every line that touches your machine.
- What about my code? Does it leave my machine?
- No. Sessions announce metadata (directory, repo, branch, status, summary) to the relay. Transcripts, tool output, and file contents stay on your machine and are fetched on demand. We're control-plane-blind for context bodies.
- Can I self-host the whole stack?
- Yes. The relay ships as a Docker image and the control plane runs on your infra. Same software either way. We just stop hosting it for you.
- Which agents work?
- Claude Code and Codex CLI run out of the box. The daemon is open source — anything that runs in a terminal can be wired up the same way.
- Why a repo config and not a project picker?
- .viewport/config.json is a file your team commits, like .github/workflows or .vscode/settings.json. Switching repos auto-switches resources. No invisible state, no project-binding magic to debug.
- What happens to my data if I cancel?
- Inbox decisions stay yours. Export to JSON anytime. Encrypted context never leaves your edge. The daemon keeps running locally, so Viewport going dark does not break your machine.