AgentSky
AgentSky is a managed agent-as-a-service platform for launching long-lived, always-on AI agents in the cloud with no Mac mini, setup, or infrastructure to manage. Users can choose an agent harness such as Claude Code, Codex, Hermes, or OpenClaw, pair it with a supported model, add capabilities, and launch in one click. Agents can be reached through WhatsApp, iMessage, Telegram, Slack, Discord, web chat, the A2A protocol, and the CLI, with the same history, tools, and state following them across channels. Local Claude Code, Codex, or OpenClaw setups can be cloned to the cloud while preserving instructions, model configuration, and MCP servers without copying secrets, API keys, or session history. Every agent runs as a managed worker with durable state, continuous history, snapshots, backups, restore, and an isolated sandbox that boots with only the attached tools.
Learn more
Flue
Flue is an open agent framework for building durable AI agents with a programmable TypeScript harness. Created by the team behind Astro, it uses a React-like hooks API to compose agent behavior, persistent state, lifecycle events, models, tools, sandboxes, subagents, skills, and MCP servers in code. Agents are stateful and addressable over HTTP, keep context across conversations and events, and can change capabilities as work progresses. Flue records every session in a durable stream, so accepted work survives crashes, restarts, and deploys; interrupted sessions resume automatically and clients reconnect without starting over. Developers can run agents locally, in CI, from their own backend, or orchestrate them with systems such as Cloudflare Workflows and Inngest. Secure sandboxes let agents run commands, edit files, and do real work, while tools connect them to APIs and data. Flue is powered by Pi and supports different LLM providers, allowing teams to choose the models they want.
Learn more
Spawn
Spawn is an experimental OpenRouter tool for deploying AI coding agents on your own infrastructure with a single command. Pick an agent, choose a cloud, and Spawn provisions a virtual machine, installs the agent and its dependencies, authenticates to OpenRouter and the cloud using a CLI OAuth flow, configures endpoints and model routing, and then opens an SSH session so you can start working. Each agent-and-cloud combination is implemented as a self-contained script, avoiding Terraform and YAML while keeping deployment portable. Supported agents include Claude Code, OpenClaw, Codex CLI, OpenCode, Kilo Code, Hermes Agent, Junie, Pi, Cursor CLI, and T3 Code, making it easy to explore coding-agent workflows or switch between them with one command. Spawn supports cloud environments such as DigitalOcean, Sprite, Hetzner Cloud, AWS Lightsail, GCP Compute Engine, and Daytona, as well as a local machine or a throwaway local Docker sandbox.
Learn more
OpenAI Agents API
The Agents API lets developers build and run cloud agents with the same harness and infrastructure that powers Codex, fully managed by OpenAI. A production-ready agent can be created with a single API call by specifying the task, model, tools, and environment, while OpenAI hosts and maintains the agent harness. Developers can choose where agents run: in an OpenAI-hosted sandbox, on their own infrastructure, or through supported sandbox partners. OpenAI-hosted sandboxes provide secure environments where agents can run code, work with files, use packages, skills, and plugins, and produce artifacts. The API is designed for long-running work, with automatic context compaction that preserves relevant information as sessions span multiple context windows. Tool search loads relevant tool definitions only when needed, while programmatic tool calling lets agents run calls in parallel, chain related operations, and filter or combine results in code.
Learn more