Agent Computer
AgentComputer is a cloud-based infrastructure platform designed specifically for running AI agents in isolated, fully functional virtual environments. It provides “cloud computers” in the form of lightweight Ubuntu-based sandboxes that can be provisioned in under a second, allowing developers to quickly spin up, access, and manage environments through a command-line interface. These environments include persistent storage, meaning any installed tools, files, or configurations remain intact across restarts, enabling continuous and stateful workflows. It is built around an agent-first architecture, where AI agents can directly execute tasks within these environments via SSH, eliminating friction between instruction and execution. It includes an integrated AI harness that supports agents such as Claude, Codex, and other coding assistants, enabling collaborative, multi-agent workflows within the same system.
Learn more
Daytona
Daytona is a cloud-native development runtime that enables developers and AI agents to instantly create, run, and manage isolated sandboxes for any codebase. Each sandbox runs inside a secure microVM with full Linux compatibility, networking, and persistent storage.
Daytona provides SDKs in Python and TypeScript, allowing applications to programmatically execute code, run processes, upload files, or spin up environments dynamically.
Teams use Daytona to replace complex local setups with reproducible cloud sandboxes that can be started in seconds and accessed through preview URLs, SSH, or APIs. It’s built for automation, observability, and scalability, powering everything from personal development environments to enterprise-grade agent runtimes.
Learn more
Archestra
Archestra is an open source, self-hosted AI platform for deploying and governing agents across an organization. It provides agentic chat for non-developers, apps and skills, shared projects, a server-side agent runtime, MCP orchestration, permission-aware RAG, LLM and MCP proxies, security guardrails, and observability in one platform. Users sign in with SSO, and every tool call runs under that person’s own identity rather than a shared service account. Projects keep chats, files, scheduled tasks, and instructions together, while agents run in sandboxed containers and can start from schedules, emails, or webhooks. MCP servers run in the organization’s own Kubernetes environment and move through security-reviewed promotion flows with separate credentials and network policies. Knowledge bases can connect Confluence, Jira, drives, and internal documents while preserving source-system ACLs, so users only retrieve content they are already allowed to access.
Learn more
OpenAI Codex
Codex is an AI-powered coding agent from OpenAI designed to help developers build, manage, and ship software more efficiently across the entire development lifecycle. It acts as an intelligent pair programmer that can understand codebases, generate features, and deliver production-ready pull requests. Codex can safely execute commands in sandboxed environments while assisting with debugging, refactoring, and testing. A key advancement is its computer use capability, allowing it to operate your computer by seeing, clicking, and typing across applications. This enables Codex to interact with tools that don’t have APIs, making it useful for tasks like frontend testing and app navigation. The platform also includes an in-app browser and integrations with various developer tools for a more unified workflow. Codex supports automation by handling ongoing tasks such as monitoring, issue triage, and follow-ups.
Learn more