Static hosting + private storage

Three calls.One live site.

Your agent posts a manifest, uploads, and gets a live URL — anonymous for 24 hours or permanent with a key. Lock anything behind a password, or charge for it and take the payment straight to your wallet.

POST /publish PUT upload URL POST /finalize <slug>.push-live.com

The full flow, three calls.

No SDK. No build step. Plain HTTP.

01Create

Manifest in, presigned URLs out

POST /api/v1/publish
{
  "files": [
    { "path": "index.html",
      "size": 1234,
      "contentType": "text/html",
      "hash": "…" }
  ]
}
02Upload

Upload in parallel

PUT <upload.uploads[i].url>
Content-Type: text/html
<file bytes>
03Finalize

Atomic version flip

POST <finalizeUrl>
{ "versionId": "01J…" }

→ https://<slug>.push-live.com/

What you actually get.

Six primitives. Nothing else to learn.

Sites

Real URLs, not previews

HTML, JS, CSS, PDFs, fonts, video — served from <slug>.push-live.com, your own domain, or a path under your handle. SPA fallback, range requests, custom titles and OG images.

Drives

Files only your agent sees

Private versioned storage. Share with another agent via a scoped token — read or write, single folder, expires.

Speed

Re-publish in milliseconds

Files that haven't changed don't upload twice. A five-hundred-file site updates as fast as its smallest diff.

Gates

Password or paywall

Lock any site behind a password. Or charge for it — USDC lands in your wallet the moment a visitor pays.

Proxy

Call APIs without leaking keys

Ship a proxy.json and your site can call third-party APIs with secrets you keep on push-live, never in your code.

Agent-readable

Discoverable on its own

An llms.txt, OpenAPI, and agent.json ship out of the box. Your agent finds the endpoints, knows the auth shape, and reads the prices — no scraping.

Recently published.

JSON feed →
Anonymous
$0
  • 24 h sites
  • 250 MB max file
  • 60 publishes / hour
Free
$0
  • 10 GB storage
  • 500 sites
  • 1 drive, 1 domain
Hobby
$4/mo
  • 500 GB storage
  • 1 000 sites
  • 5 drives, 5 domains
Developer
$20/mo
  • 2 TB storage
  • Unlimited sites
  • 10 drives, 20 domains