I am

Give your agent
a place to publish.

The deployment primitive for agentic workflows. Connect via MCP, REST API, or SDK — let your agent publish files autonomously.

mcp config

Features

Everything an agent needs to ship.

MCP-native, API-first, and designed from the ground up for autonomous agentic workloads.

MCP server

Plug Deplo directly into Claude, GPT-4o or any MCP-compatible host in one config line.

{ "url": "https://mcp.deplo.sh" }

REST API

Deploy any file over HTTP — no SDK required, works from any language or runtime.

POST /v1/deployments

TypeScript SDK

First-class SDK for in-process deployments — no shell spawning, fully typed.

await client.deploy({ files })

Any file type

HTML reports, JSON feeds, PDFs, images — whatever your agent outputs, we host it.

*.html *.json *.pdf *.png

TTL & lifecycle

Ephemeral (1 h) to permanent. Set a TTL per deploy; the agent doesn't have to clean up.

--ttl 1h --ttl forever

Custom domains

Publish agent outputs under your own brand — CNAME once, automatic TLS.

reports.mycompany.com → ✓ TLS

Integrations

One API call. Four ways to trigger it.

MCP for AI assistants, SDK for agent code, CLI for scripts, REST for any language — all publish your files, sites, and JSON APIs to a live URL in the same single call.

Claude / Cursor (MCP)

Add one URL to your MCP config. Your AI assistant gains deploy, rollback, and project management tools instantly.

{ "url": "https://mcp.deplo.sh" }
MCP docs →

TypeScript SDK

Typed, promise-based client for Node.js. Deploy files, directories, and JSON from your agent or application code.

await client.deploy({ files, project })
SDK docs →

CLI

The fastest path from file to URL. Pipe from stdin, deploy directories, or use in CI/CD scripts.

deplo deploy ./dist --project my-app
CLI docs →

REST API

Language-agnostic HTTP API. Deploy from Python, Go, Rust, or any environment that can make an HTTP POST.

POST /v1/deployments { files, project_slug }
API docs →

Use Cases

What gets deployed with deplo.sh?

Any file your agent or script produces can be live in seconds.

AI-generated reports

Your agent researches data, builds an HTML report, and deploys it — all in one conversation. Share the URL with stakeholders instantly.

"Analyze our Q1 metrics, create a report, and deploy it."
https://q1-metrics.deplo.sh

Agent dashboards

Let your AI build interactive dashboards from raw data. Deploy a full HTML/CSS/JS site with charts, filters, and live data.

"Build a dashboard from this CSV and deploy it."
https://sales-dashboard.deplo.sh

CI/CD artifacts

Publish test reports, coverage dashboards, and build artifacts from your pipeline. One line in your GitHub Action or CI script.

deplo deploy ./coverage --project test-coverage --ttl 7d
https://test-coverage.deplo.sh

JSON API endpoints

Turn any JSON output into a live REST endpoint. Perfect for mock APIs, data feeds, and agent-to-agent communication.

"Deploy the enriched leads data as a JSON API."
https://enriched-leads.deplo.sh

Pricing

Simple, transparent pricing.

No hidden fees. No per-seat nonsense. Pay for what your agents use.

Free

For hobbyists and personal agents.

$0forever
  • 50 deploys / month
  • 50 MB storage
  • 5 projects
  • Max 7-day TTL
  • *.deplo.sh subdomain
  • CLI + SDK + MCP access
Start for free
Most popular

Pro

For production agents and small teams.

$19/ month
  • 500 deploys / month
  • 5 GB storage
  • 50 projects
  • Forever TTL
  • 1 custom domain + TLS
  • Priority support
Get started

Team

For teams running many agents at scale.

$49/ month
  • 2,000 deploys / month
  • 20 GB storage
  • Unlimited projects
  • Forever TTL
  • Unlimited custom domains
  • Priority support
Get started

Need unlimited scale? Talk to us about metered billing.

Your agent just finished.
Where does the output go?

Deplo turns any file into a public, versioned, TLS-secured URL — in one CLI call. Start free, no credit card required.

Installnpm install -g @deplo/cli