Your AI built something. Getting it online shouldn't mean signing up for three platforms, clicking through OAuth flows, and reading a deployment guide. ItsLive goes live before the YouTube ad ends.
Copy the prompt below. Paste it into Claude, ChatGPT, or any AI assistant. That's the entire onboarding.
Send your email. We reply with a 6-character code — nothing is stored until you verify.
Return the code. An API key comes back in the response body. That's your credential, forever.
Create a site. Get a globally-unique live URL in the response. No configuration, no naming required.
Upload a ZIP of your files. The old version stays live until the new one is fully in place.
Upload your files and the site is on the internet before you blink. No build pipeline, no deployment queue, no waiting.
API key arrives in the response body. Your AI starts deploying immediately — no redirect flows, no dashboards to click through, no browser required.
Upload a ZIP of HTML, CSS, JS, and images. Single-page apps work out of the box. It's not a pastebin for HTML files.
Served from 200+ locations worldwide. Tokyo loads as fast as New York. No CDN configuration required.
New version uploads fully before the old one comes down. Visitors never see a half-deployed site.
Lock any site behind a password with one API call. Visitors see a clean login page — no extra setup required.
Every error has a code field your AI can parse. Usage stats queryable via API. No screen-scraping, no ambiguity.
We don't list endpoints on marketing pages — they'd be stale the moment we ship something new. The canonical reference is a plain-text file at a stable URL, formatted so both humans and AI agents can read it directly.
Read the API docsYes — any tool that can make HTTP requests works. Claude and Claude Code can follow the instructions at https://api.itslive.fyi/llms.txt autonomously. For ChatGPT, Codex, Cursor, GitHub Copilot, or Gemini, paste the getting-started prompt from this page into whichever tool you're using.
Sign up, get an API key, then: PUT /sites/{name} with your HTML file and Content-Type: text/html. A live URL comes back in the response. Signup to live URL takes under a minute.
POST to /sites to create a slot, then PUT to /sites/{name} with your HTML file or a ZIP of the full site. If the AI that built the files has API access, it can do the upload itself — no browser, no dashboard, no human step required.
Under a second after upload. No build step, no deployment queue. Files land on a global CDN and serve immediately.
Yes. Three active sites, 5 MB each, 50 deploys a month — no credit card, no expiry.
Static sites: HTML, CSS, JS, images. Single-page apps with client-side routing work out of the box. No server-side code or databases.
Netlify and Vercel are built for developers at a dashboard. ItsLive is API-first: the key comes back in a JSON response, there's no OAuth redirect, and a deploy completes in one PUT request. An AI agent can go from zero to live URL with four API calls and no human intervention.