Integrations
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.
Sandboxes & execution
Section titled “Sandboxes & execution”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 |
Browser & web
Section titled “Browser & web”| 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) |
Agents on the OpenRouter provider can also get web
reach without a separate integration via the
OpenRouter Server Tools capability
(web_search, web_fetch), which OpenRouter executes server-side.
Messaging channels
Section titled “Messaging channels”| Integration | What it provides |
|---|---|
| Slack | Deploy an agent as a Slack bot via an App |
Credentials
Section titled “Credentials”| Guide | What it provides |
|---|---|
| Secure MCP Credentials | Write-only Agent credential bindings for secret MCP tool parameters |
Discovery
Section titled “Discovery”| Integration | What it provides |
|---|---|
| ARD | Client-side discovery of external MCP servers and A2A agents at runtime |
Model providers
Section titled “Model providers”Integrations connect agents to tools and services. Providers connect Everruns to the AI model vendors that run your agents, OpenAI, Anthropic, Google Gemini, AWS Bedrock, OpenRouter, and more. See the Providers overview to configure one.
Adding an integration
Section titled “Adding an integration”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 knowledge/integrations/integrations.md for the full contract.