What is deplo.sh?
Publish HTML files, static sites, and JSON APIs to a live URL in a single API call. Zero config. Built for AI agents and developers.
deplo.sh is a deployment platform built for AI agents. It lets agents, developers, and automated pipelines publish files and sites to publicly accessible URLs in a single API call — with zero manual intervention.
The problem
AI agents can research, write, generate code, and produce rich outputs — HTML dashboards, JSON datasets, PDF reports, interactive apps. There is no first-class primitive for agents to publish those outputs to a durable, shareable URL without human intervention.
Existing deployment tools are designed for humans and Git workflows — they require browsers, repos, pipelines, and manual configuration. None of them can be invoked in a single tool call from inside an agent.
How deplo.sh solves it
deplo.sh exposes a single deploy primitive accessible from four surfaces:
- REST API — any language, any environment
- MCP Server — direct integration with Claude, Cursor, OpenClaw, and any MCP-compatible agent host
- CLI — shell scripts, CI pipelines, terminal-capable agents
- TypeScript SDK — typed, promise-based Node.js integration
A single call with file content produces a live, globally unique URL instantly.
Design principles
- Project = stable URL. Every project gets a permanent subdomain (e.g.
weekly-report.deplo.sh). Deployments are versioned snapshots — promoting or rolling back never changes the URL. - Zero config. No
yaml, no Git, no infra setup. File content in → live URL out. - Multi-tenant. Full workspace isolation with per-project access tokens and role-based members.
- No egress fees. File storage and serving via Cloudflare R2 + CDN.
- Globally unique slugs. Every subdomain is unique across the entire platform — no namespace collisions between workspaces.
Get started
Ready to deploy? Jump into the Quickstart to go from zero to a live URL in under 60 seconds, or explore the Core Concepts to understand the building blocks.
Choose your integration:
- MCP Server — deploy from Claude, Cursor, or any MCP-compatible AI host
- CLI — deploy from your terminal or CI pipeline
- TypeScript SDK — typed client for Node.js agents
- REST API — the universal HTTP layer (used by all other integrations internally)