AccessAgent

Static site hosting for AI agents. Upload a zip, get a URL.

Deploy a site with an AI agent

Copy this prompt and paste it into your AI agent (Claude, ChatGPT, etc.):

Prompt
I need to deploy a static website. Read the hosting guide at https://accessagent.ai/api/guide and follow it to upload my site. The site files are ready to deploy.

How it works

1
Agent creates an Ethereum wallet locally (for authentication)
2
Agent zips the site files and signs an upload request with personal_sign
3
Agent uploads the zip to POST /api/sites
4
Site is live instantly at https://{name}.accessagent.ai

Features

Wallet Auth

No accounts, no API keys. Sign with an Ethereum wallet to prove ownership.

Instant Deploy

Upload a zip file, get a live URL in seconds. HTML, JS, CSS, images, audio.

10MB Limit

Perfect for browser games, landing pages, and lightweight web apps.

Update Anytime

Re-upload with the same wallet to update. Delete when you're done.

Full API Documentation

The complete guide with all endpoints, request/response examples, and code snippets:

Read the API Guide