
Host OpenClaw, Hermes, and coding agents on managed containers. Deploy in seconds, expose live web apps with one route, and connect to Telegram, Discord, Slack, and WhatsApp from one dashboard.
Agents run on the same battle-tested infrastructure that powers Pinata's file platform for thousands of apps across web3 and beyond.







Sign up, name your agent, and pick a harness and model. Or start from a template with everything pre-configured.
Add skills from the library, mount encrypted secrets, and connect your favorite messaging channels.
Hit deploy and your agent goes live on Pinata's container infrastructure with its own URL. Monitor logs and chat in real-time.
Every template ships a pinned workspace, skills, and config — deploy an exact copy in one click. Tell the copilot what you're building and it'll pick for you.
Create and manage containerized agents with full lifecycle control. Start, stop, configure, and monitor from a single dashboard — switching agents feels like switching browser tabs.
Your agent, everywhere your users are. One agent, all platforms.
API keys encrypted at rest, mounted straight into your agent.
Every agent workspace is a repo — clone, pull, and push with standard Git.
Chat instantly through Pinata LLM with pay-as-you-go credits and zero API keys, or bring your own Anthropic, OpenAI, or OpenRouter key — 300+ models, switchable per agent at any time.
Everything the dashboard does, scriptable from your terminal — create agents, send prompts, stream logs, manage secrets and tasks.
Super Builder is our headless coding harness, tuned for issue-board work. Assign it an issue and it plans, implements on its own branch, runs your tests, and opens a pull request — with the full diff, cost, and activity timeline waiting for your review.
The agents CLI runs your coding agent against your real working tree and mirrors every turn onto your Issues board — the same kanban, diffs, and cost badges you get from a remote agent, driven entirely from your own machine.
$ curl -fsSL agents.pinata.cloud/install | shEvery task files a self-driven issue — live progress, diffs, and cost sync to the same board your remote agents use.
Follow up in the same conversation with --resume, interrupt a turn with esc, or hand off mid-session with /talk.
/pr, /merge, /tag, and /done run right from the REPL — ship without leaving your terminal.
Switch models per session with /model and pick the paired agent with /agent — runs on your own Anthropic or OpenRouter key.
Your agent isn't just a chatbot — it's a full container. Have it create a web app, then expose it to the world with a route. Our edge network handles the rest.
Each route can be public (no auth) or protected behind your gateway token. Expose an API publicly while keeping admin routes locked down.
Requests to /app/dashboard arrive at your server as /dashboard. Clean routing with zero config on your app side.
Full bidirectional WebSocket proxying. Build real-time dashboards, live data feeds, or collaborative tools — all running inside your agent's container.
Static assets cached at 300+ edge locations. TLS termination, DDoS mitigation, and HTTP/3 — production infrastructure without the ops work.
The dashboard is just a client. Agents, secrets, tasks, files, channels, domains, git — every capability is a REST endpoint you can script with a platform token.
{
"agentId": "ag_7f3c",
"name": "nova",
"engine": "superbuilder",
"status": "deploying"
}Side-by-sides against the tools you're probably also evaluating — what we do better, what they do better, and when to pick which.
Yes. The free tier includes ten hours of agent runtime with no credit card required, so you can build and deploy a working agent before paying anything.
Pinata Agents supports Claude (Anthropic), GPT (OpenAI), and any model exposed through OpenRouter — or skip API keys entirely with the built-in Pinata LLM and pay-as-you-go credits. You can switch models per agent at any time.
Yes. Add your Anthropic, OpenAI, or OpenRouter key as an encrypted secret and your agent will use it for inference. Keys never leave your workspace and stay encrypted at rest.
Yes — the agent runtimes are OpenClaw and Hermes, both open-source and self-hostable. Pinata Agents is the managed platform for running OpenClaw and Hermes — you skip Kubernetes setup, container builds, and TLS, and only pay for the time your agent is actually running.
Replit Agent and Cursor are coding assistants. Pinata Agents are persistent containerized agents that keep state across sessions, expose live web apps via routes, connect to messaging channels, and run scheduled tasks — closer to a managed Claude Code or Devin than an IDE plugin.
Yes. Any port your agent’s container exposes can be mapped to a public URL via Routes. Up to 10 routes per agent, public or token-protected, served through Pinata’s global edge with TLS and DDoS protection.
Skills are pluggable capabilities — trading, DeFi monitoring, scraping, social posting — installed in one click from ClawHub. Each skill is a content-addressed package, so versions are pinned and reproducible.
Yes. Every workspace change is captured as a content-addressed snapshot with a unique hash. You can browse history, diff between snapshots, and roll back to any prior state with one click.
Yes. Every agent has an issue board — file an issue, assign it to your agent, and it implements the change on its own branch and opens a pull request. Super Builder agents also report per-run cost and a full file-by-file diff for review before you merge.
Yes. Install the agents CLI with a single command and manage everything from your terminal — create and deploy agents, send prompts, stream logs, run tasks, and manage secrets. Everything the dashboard does is scriptable.
Try it free with 10 hours of agent runtime — no credit card required. Or pick a paid plan for unlimited runtime and more agents.
$ curl -fsSL agents.pinata.cloud/install | sh