Agents
A fully composable harness: prompt, skills, and tools, with versions you can review and roll back.
The development platform for AI agents. Harness, sandboxes, memory, channels and schedules, production-ready behind one API.
Run npx @polpo-ai/cli create and follow the steps to create my first agent.
A fully composable harness: prompt, skills, and tools, with versions you can review and roll back.
All models, one bill. Route and switch models without rewriting.
Define functions your agent can call as a tool.
defineTool({ name: "refund", run: async ({ id }) => refunds.create(id), })
Agents remember facts and context across runs.
Built-in isolation that automatically spins up when needed.
Run long-running, deterministic workflows that survive restarts, retries, and waits.
Give agents the outside world over MCP, OAuth, and API keys.
Run agents on a clock with cron or plain language.
Let users talk to your agents from the tools they already use.
Give agents persistent files they can create, read, and reuse across runs.
Use one or all. It's one platform.
Install the Polpo MCP or call the API, and ship a consumer-facing agent that lives inside your app.
Everything the agent is — model, prompt, tools, loops, limits — lives in .polpo/: plain files you read, diff and version like the rest of your codebase. Portable and framework-agnostic, so it never locks into a stack.
import { Polpo } from "@polpo-ai/sdk";
const polpo = new Polpo();
const run = await polpo.agents.run("support", {
input: "My subscription did not renew."
});
console.log(run.output);
Clone a production-ready starter and deploy in minutes. The harness, tools, and connections are already wired up.
Browse the full gallery of starters, or scaffold your own with the CLI.
· faqs
The short version. For deeper answers, the docs are exhaustive.
read the docsPolpo is the cloud backend for agentic products. Define the agent, deploy the harness, and call it from your app, CLI, or coding agent.
Launch once. Scale from one agent to thousands.
Free tier · No credit card