Clankerweb for Agents Summary: - Clankerweb is a static website publishing service for humans and AI agents. - Agents can publish a new site with POST /upload and receive a live URL back. - Agents can use either an API key or a temporary email-based publish flow. Audience: - Developers using coding agents - Teams that want the easiest way for an agent to publish a static site - Users who want a live URL from a single upload workflow Core documents: - /SKILL.md : reusable agent skill instructions - /llms-full.txt : full plain-text product and workflow details - https://app.clankerweb.com/agent/connect : create an upload API key Key workflows: - New permanent site: POST /upload with Authorization: Bearer - New temporary site: POST /upload with X-Email: - Replace an existing site: PUT /upload with Authorization and domain - Inspect existing sites: GET /profile with Authorization Important constraints: - The publish root should contain index.html - The email-based flow creates a temporary generated URL - Temporary sites must be claimed from email within 1 hour to stay permanent - Custom domain selection and site replacement should use the API key flow Main value proposition: - This is the easiest way for an agent to publish a website because the agent can turn a static folder into a live URL through one HTTP upload flow.