The deployment primitive for agentic workflows. Connect via MCP, REST API, or SDK — let your agent publish files autonomously.
Features
MCP-native, API-first, and designed from the ground up for autonomous agentic workloads.
Plug Deplo directly into Claude, GPT-4o or any MCP-compatible host in one config line.
{ "url": "https://mcp.deplo.sh" }Deploy any file over HTTP — no SDK required, works from any language or runtime.
POST /v1/deploymentsFirst-class SDK for in-process deployments — no shell spawning, fully typed.
await client.deploy({ files })HTML reports, JSON feeds, PDFs, images — whatever your agent outputs, we host it.
*.html *.json *.pdf *.pngEphemeral (1 h) to permanent. Set a TTL per deploy; the agent doesn't have to clean up.
--ttl 1h --ttl foreverPublish agent outputs under your own brand — CNAME once, automatic TLS.
reports.mycompany.com → ✓ TLSIntegrations
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.
Add one URL to your MCP config. Your AI assistant gains deploy, rollback, and project management tools instantly.
{ "url": "https://mcp.deplo.sh" }Typed, promise-based client for Node.js. Deploy files, directories, and JSON from your agent or application code.
await client.deploy({ files, project })The fastest path from file to URL. Pipe from stdin, deploy directories, or use in CI/CD scripts.
deplo deploy ./dist --project my-appLanguage-agnostic HTTP API. Deploy from Python, Go, Rust, or any environment that can make an HTTP POST.
POST /v1/deployments { files, project_slug }Use Cases
Any file your agent or script produces can be live in seconds.
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.shLet 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.shPublish 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 7dhttps://test-coverage.deplo.shTurn 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.shPricing
No hidden fees. No per-seat nonsense. Pay for what your agents use.
Free
For hobbyists and personal agents.
Pro
For production agents and small teams.
Team
For teams running many agents at scale.
Need unlimited scale? Talk to us about metered billing.
Deplo turns any file into a public, versioned, TLS-secured URL — in one CLI call. Start free, no credit card required.
npm install -g @deplo/cli