7-day full-capacity trial

A full computer
for your AI agent.

Give Claude, GPT, Gemini, or Cursor a real Linux machine in the cloud. Interactive apps, persistent state, and hardware isolation — all connected via MCP. You bring the agent; agend gives it superpowers.

agend environment

Your agent deserves its own machine.

AI agents today are trapped. They run on your laptop, limited to what you allow. Give them a full Linux environment in the cloud and unlock what they're actually capable of.

Without agend

Stuck on your machine

  • Agent runs locally — one mistake and your files are at risk
  • Can't install packages without polluting your system
  • No persistent background processes
  • Interactive apps like vim, htop, psql? Impossible
  • Sandboxes are too restricted — no internet, no persistence
With agend

A full cloud computer

  • Isolated microVM — your machine stays untouched
  • Full root access: apt install anything, configure everything
  • Persistent state — processes, files, and configs survive across sessions
  • Interactive apps work natively — vim, databases, TUIs, all via MCP
  • Full internet access — clone repos, call APIs, download packages

Your agent runs on your machine. The environment lives in the cloud. agend connects the two.

One MCP endpoint. A full Linux environment.

Your agent gets a complete, isolated machine. No SSH keys. No Docker configs. No infrastructure management. Just connect and operate.

Interactive Apps Just Work

vim, htop, psql, top, nano — your agent drives full-screen TUI applications through MCP. No special setup. It sees the screen, sends keystrokes, reads output.

Hardware Isolation

Each environment runs in its own microVM with a dedicated kernel. Not containers — actual hardware-level isolation. Your workload is invisible to other tenants.

MCP-Native

Not SSH tunneled through an adapter. Not a web IDE with a protocol wrapper. Built from the ground up as a native MCP server. Your agent connects directly — no wrappers, no adapters, no translation layers.

Persistent State

Sessions survive disconnects. Background processes keep running. Your agent picks up exactly where it left off — files, environment variables, running services, all intact.

Sub-Second Boot

Environments launch in under 200ms. Your agent doesn't wait for infrastructure to spin up. Request an environment, get one instantly.

Works With Any LLM

Claude, GPT, Gemini, Llama, Mistral — any model that speaks MCP can operate an agend environment. No vendor lock-in. Swap models without changing your infra.

Built for what other sandboxes can't do.

Enhance your AI agent. agend gives it the power to operate interactive applications — the kind that need a human at a keyboard. Until now.

Test mainframe and legacy TUI applications

Your AI agent navigates 3270 terminals, curses-based interfaces, and decades-old CUI applications — the same way a human operator would. Screen-by-screen, keystroke-by-keystroke. Automate regression testing on systems that were never designed for automation.

Learn more →
legacy systems
$ claude "test the CICS transaction flow"
 
> shell_exec("c3270 mainframe.corp:23", interactive=true)
 
┌──────────────────────────────────────────┐
│ ACME CORP - CICS REGION 4 │
│ │
│ USERID ====> _________ │
│ PASSWORD ====> _________ │
└──────────────────────────────────────────┘
 
> shell_send_raw("OPERATOR1\tS3CURE\n")
 
CICS READY. ENTER TRANSACTION:
 
> shell_send_raw("ACCT\n")
ACCOUNT INQUIRY - ENTER ACCOUNT: _
 
Login successful. Transaction ACCT loaded.

Install. Login. Config. Go.

1

Install

# One command. No dependencies.
curl -fsSL https://agend.sh/i | sh
2

Authenticate & Configure

# Login and auto-configure your AI agents
agend login
agend config              # auto-detects all installed agents

The CLI auto-detects installed agents (Claude Code, Cursor, VS Code, Zed, Gemini, and 9 more) and configures them all in one command. Zero manual editing.

3

Operate

# Your agent calls MCP tools directly
shell_exec("git clone repo && npm install")
shell_exec("vim config.yaml", interactive=true)
shell_send_raw(":wq\n")
shell_exec("npm run build && npm test")

Your agent operates the environment like a developer at a keyboard — running commands, editing files, driving interactive apps. All through MCP.

Simple, predictable pricing.

Pay for the environment, not the AI. You bring your own agent — agend charges only for compute and storage.

Developer
$39/mo
  • 1 environment
  • Full root access
  • 5 GB persistent storage
  • Interactive apps (vim, htop, psql)
  • Sleeps after 30 min idle
  • Sub-second wake
Start Free Trial
Enterprise
Custom
  • Unlimited environments
  • Custom CPU / RAM
  • Dedicated bare-metal nodes
  • SSO / SAML
  • SLA & dedicated support
Contact Sales

Join during early access and lock in founding member pricing — 30% off annual plans, forever.

Frequently asked questions

Everything you need to know about agend.

Get started.

Create a free account and launch a full-capacity trial environment immediately.

brew install agend-sh/tap/agend