Integrations connect Everruns agents to external services — cloud sandboxes, browsers, search providers, and messaging channels. Each is auto-registered via the inventory plugin system and, once a connection is configured, surfaces to agents as a capability or App channel.
Give agents an isolated environment to run code, edit files, and persist state.
| Integration | What it provides |
|---|
| Daytona | Cloud sandbox environments via the Daytona REST API |
| E2B | Cloud sandboxes via the E2B management + runtime APIs (bring your own key) |
| Container Sandbox | Self-hosted container sandboxes via Docker Engine — no external SaaS |
| Deno | Cloud sandboxes via the Deno websocket sandbox API |
| Sprites | Persistent Firecracker microVMs with checkpoints and HTTP services |
| Cursor | Launch and manage asynchronous Cursor Cloud coding agents |
| Integration | What it provides |
|---|
| Browserless | Cloud browser automation — screenshots, DOM, scraping, multi-step flows |
| Brave Search | Web search via the Brave Search API |
| DuckDuckGo | Instant answers via the DuckDuckGo API |
| Parallel | Web search, extract, and task APIs (free and paid tiers) |
| Integration | What it provides |
|---|
| Slack | Deploy an agent as a Slack bot via an App |
| Integration | What it provides |
|---|
| ARD | Client-side discovery of external MCP servers and A2A agents at runtime |
New integrations follow a parity checklist (connection provider, tests, live-API coverage, docs, and a threat-model section) before they ship. Daytona is the reference implementation. See the in-repo specs/integrations.md for the full contract.