Agents
A fully composable harness: prompt, skills, and tools, with versions you can review and roll back.
Define your agent once and ship it to production in seconds.Your app calls one API. Polpo runs everything else.
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. Best of breed products. Integrated as a platform.
Install the Polpo MCP or call the API, and ship a consumer-facing agent that lives inside your app.
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.
Your agents live behind one HTTP API. Typed SDKs for the languages you use, plain curl for everything else.
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);
Most of a run is spent waiting for the model to think, and we never bill that. You're charged only for the seconds your agent actually runs: sandboxed tools, files, browser, code. Spending limits built in.
· 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