Built for the agentic era
Ship agents
to production
in seconds.
Serverless AI agents with built-in memory, tools, sandboxing, and orchestration. From one agent to thousands.
The full stack for AI agents
Everything to run agents in production
Serverless Agents
Define once, run from any app
Your agents live in the cloud. Every app — mobile, web, CLI, backend — calls the same endpoint. No infra to manage.
OpenAI-compatible API
Sub 10 seconds to POST /v1/chat/completions.
Built-in agent memory
Persistent memory per agent. Context survives across sessions.
Built-in tools
Agents ship with 20+ tools out of the box.
Sandboxed execution
Each task runs in an isolated sandbox with real system access.
Long-running tasks
Agents can run for minutes or hours.
Generative UI
Agents stream structured UI components back to your app.
Agent Teams
Multi-agent orchestration
Agents work together. The orchestrator dispatches tasks, manages dependencies, and coordinates across your entire team.
Orchestration engine
Automatic task dispatch, result collection, and coordination.
Task dependencies
Define execution order. Tasks wait for their dependencies.
Missions
Group tasks into missions with deterministic workflow.
Concurrent agents
Multiple agents execute in parallel across sandboxes.
Auto-scale
Sandbox pool scales automatically with load.
Scheduling
Trigger agents on a recurring schedule.
LLM as Judge
Automated quality assessment
Every task is assessed against your expectations. Multiple reviewers score the work, a judge arbitrates, and the agent retries with targeted feedback.
LLM Judge evaluation
Task results can be assessed by an LLM reviewer that scores quality automatically.
G-Eval scoring
Define custom rubrics and weighted dimensions. Scores from 1 to 5.
Fix & retry pipeline
Failed tasks are automatically retried with targeted feedback until they pass.
How it works
Three steps to production
Define your agents
Define agents in a single JSON file — role, model, tools, skills, identity. Version-controlled, portable.
{"name": "coder","role": "Senior Engineer","model": "anthropic:claude-sonnet-4-5","systemPrompt": "You are a senior full-stack engineer...","allowedTools": ["bash", "read", "write", "edit"],"skills": ["frontend-design", "testing"],"reasoning": "medium","reportsTo": "reviewer","maxConcurrency": 3,"identity": {"title": "Full-Stack Developer","responsibilities": [{"area": "Backend API","priority": "critical"}]}}
Deploy with CLI or API
One CLI command or one API call. Polpo provisions isolated infrastructure and gives you a live endpoint.
$ polpo deployScanning .polpo/polpo.json...Found 3 teams, 8 agents, 5 missionsProvisioning infrastructure 1.2sDeploying agents 2.1sGenerating API key 0.1sEndpoint: https://api.polpo.dev/v1API key: sk_live_wcA0fQ_qKfc...MFppAgents: 8 liveStatus: readyTotal: 3.4s
Call from anywhere
OpenAI-compatible API. Your mobile app, web app, CLI, backend — anything that speaks HTTP talks to your agents.
Coding agents
Your coding agent
already knows Polpo
Any coding agent that can run CLI commands or call APIs can create, configure, and deploy Polpo agents in seconds. One prompt. Done.
Use cases
What people build with Polpo
App builders
Build AI-powered apps with agents as the backend. Ship features, not infrastructure.
like Lovable, Bolt, Replit Agent
AI employees
Agents with identity, memory, and skills that work as autonomous team members. 24/7, no burnout.
Zero-human companies, digital workforce
Voice agents
Plug voice agents into your call center or assistant. Real tools, real actions, real-time.
Support bots, sales assistants
Agent control panels
Build dashboards to manage your agents. Monitor runs, inspect logs, control execution — all via API.
Internal tools, admin panels
Autonomous workflows
Multi-agent missions that run on schedule. Triage tickets, generate reports, monitor systems.
DevOps, support, data pipelines
Integrate in your coding agent
Any coding agent can create and deploy Polpo agents via CLI or API in seconds. One command from your IDE.
Claude Code, Codex, Cursor, Windsurf
Pricing
Pay for what you use
Generous free tier. No subscriptions. No commitments. Set a spending limit and never get surprised.
Free tier
No credit card. Start building right now.
- 500 task executions / month
- 2,000 completions / month
- 3 projects
- Unlimited agents
- BYOK (bring your own keys)
- Community support
Beyond free
Pay as you go
Only pay for what you use beyond the free tier. Set a spending limit to stay in control.
Task execution
Agent runs a task in an isolated sandbox
Completion
OpenAI-compatible chat API call
Spending limits
Default $10/month cap. Notifications at 50%, 80%, 100%. Raise or lower anytime from the dashboard.
Stop managing infrastructure.
Start shipping agents.
Free tier included. No credit card. Deploy your first agent in under a minute.
npm install -g polpo-ai && polpo init && polpo deploy