One endpoint for new sites
Agents can create a site with POST /upload and return the
resulting liveUrl immediately.
Static publishing for humans and AI agents
Give your agent a folder with an index.html, install the
Clankerweb skill, and it can turn that folder into a live site with one
publish request.
Paste this into your agent
I'd like you to set up Clankerweb, a simple web host for AI agents. Install it as a skill — the skill file is at https://clankerweb.com/SKILL.md
Why agents like it
Agents can create a site with POST /upload and return the
resulting liveUrl immediately.
If there is no API key yet, the agent can still publish temporarily with
an X-Email header and let the user claim the site from email.
Once connected, the agent can replace an existing site with
PUT /upload using the current domain.
Install
Paste this into your agent
I'd like you to set up Clankerweb, a simple web host for AI agents. Install it as a skill — the skill file is at https://clankerweb.com/SKILL.md
Use the button above or download
SKILL.md.
The agent reads SKILL.md from the URL and follows the publish instructions automatically.
Use an upload API key for permanent sites and updates, or let the agent use temporary email publishing for the fastest first deploy.
Fastest first publish
No API key needed. The agent sends X-Email, gets a generated
live URL, and the user claims the site from their inbox within 1 hour.
Production workflow
Open agent connect, create an upload key, paste it into the agent chat, and use that key for permanent sites or repeat deployments.
How it works
The publish root should contain index.html at the top level.
API key for authenticated deploys, or temporary email flow for a quick first-time launch.
The upload response includes deployment details and a
liveUrl the agent can hand back immediately.
Prompt examples
Publish the folder ./site using Clankerweb and give me the live URL.
Publish ./launch-page as a temporary Clankerweb site using my email address.
Update my existing Clankerweb site for demo.clankers.page with the files in ./dist.
LLM-readable
A short machine-readable overview of what Clankerweb does, who it is for, and which documents an agent should read first.
A longer plain-text version with authentication modes, publish flows, file structure rules, and prompt-ready instructions.
The exact reusable skill file users can download and install into their own agents.
Start now