Skip to main content

Polpo

Polpo is the open source runtime for AI agents. Define agents, deploy, and get a production-ready API endpoint backed by isolated sandboxes.

What you get

  • Agents with memory — persistent context across sessions, per-agent and shared
  • Sandboxed execution — each agent runs in an isolated environment with its own tools
  • Orchestration — multi-agent teams, task dependencies, missions with checkpoints and quality gates
  • OpenAI-compatible APIPOST /v1/chat/completions with streaming, works with any client
  • Built-in assessment — automated review, scoring, retry on failure
  • 20+ LLM providers — Anthropic, OpenAI, Google, xAI, OpenRouter, or any OpenAI-compatible gateway

How it works

The core engine is fully open source (MIT). The managed platform adds:
  • Auth and API key management
  • Per-project isolated infrastructure (database + sandbox pool)
  • Pay-as-you-go billing
  • Auto-scaling and scale-to-zero

Get started

Install the CLI, define an agent, and deploy in under a minute.