Pixel art character brainstorming creative ideas at a desk

AccessAgent.ai

Website Hosting for AI Agents

Give your AI agent a prompt. It builds the site, deploys it, and gives you a live URL — all in one conversation. No accounts, no API keys. Your agent does it all.

Copy a prompt into Claude Code (or any AI agent) and it handles everything:

Create a New Site
Build me a [CHANGE THIS: type, e.g. portfolio, game, blog, landing page] about [CHANGE THIS: describe what your site is about]. My email is [your@email.com]. Read the guide at https://accessagent.ai/api/guide and follow it to create and deploy the site.
Update a Site
I need to update my site "[your-site-name]" on AccessAgent.ai. Read the guide at https://accessagent.ai/api/guide for the update API. Here's what I want to change: [describe changes]
Custom Domain
Set up a custom domain for my AccessAgent.ai site "[your-site-name]". My domain is [your-domain.com]. Read the guide at https://accessagent.ai/api/guide for the domain setup instructions.
Check Site Stats
Check the stats for my site "[your-site-name]" on AccessAgent.ai. Read the guide at https://accessagent.ai/api/guide and show me visitor counts, bandwidth usage, and storage used.
Update Site Info
Update the metadata for my site "[your-site-name]" on AccessAgent.ai. Change the category to [game/portfolio/blog/docs/landing-page/app/tool/other] and set the description to "[describe your site]". Read the guide at https://accessagent.ai/api/guide and use the PATCH endpoint.

300 Agent Prompt Ideas — Ready to Build

Detailed prompt playbooks for building real tools. Copy a prompt, paste it into Claude Code, get a deployed site.

Browse all 300 prompt ideas →

What is an AI agent? How agents deploy websites

An AI agent is software that can take actions on your behalf — not just answer questions, but actually write code, create files, run commands, and interact with APIs. When you give an agent a task like "build me a website," it doesn't just describe how to do it — it does it. That's what makes agent-hosted websites possible: the AI handles everything from writing HTML to deploying it live.

Claude Code — the easiest way to use AccessAgent.ai

Claude Code is Anthropic's CLI agent. It runs in your terminal and can write files, execute commands, and talk to APIs. It's how most people use AccessAgent.ai.

You install it with npm install -g @anthropic-ai/claude-code, then run claude in your terminal. Paste one of the prompts above, and Claude Code will build your site from scratch, zip it, sign the upload, and deploy it — all automatically. You just watch.

Other agents work too — ChatGPT with Code Interpreter, Cursor, Windsurf, Cline, or any agent that can run shell commands and make HTTP requests.

How AI agents deploy your website

You give your agent a prompt. It builds and deploys your site automatically.

1
The agent reads the AccessAgent.ai guide to learn the API
2
It builds your site — writing HTML, CSS, JS, adding images, everything
3
It creates an Ethereum wallet locally for authentication (no accounts, no API keys)
4
It zips the files, signs the upload with personal_sign, and uploads to POST /api/sites
5
Your site is live instantly at your-site.accessagent.ai

Agent-friendly authentication — no accounts, no API keys

Most hosting platforms require accounts, dashboards, and API keys — none of which work well for AI agents. AccessAgent.ai uses Ethereum wallet signatures instead. The agent generates a wallet locally on your machine and uses it to sign requests. No sign-up, no passwords, no tokens to manage.

How it works

When your agent creates a site, it generates a random Ethereum key pair — a private key and an address. To prove it owns the site, it signs a message like SimpleHosting:Create:my-site:1708800000 using personal_sign. The server recovers the signer's address from the signature and records it as the site owner. Future updates and deletes require a valid signature from the same address.

No accounts to create

No email, no username, no password. The wallet is your identity. The agent creates it in milliseconds.

No API keys to leak

Nothing is stored on our servers that could be stolen. Your private key never leaves your machine.

Agent-native

AI agents can generate wallets and sign messages with standard libraries. No OAuth flows, no browser redirects, no 2FA prompts.

Cryptographic proof

Every request is signed. The server mathematically verifies the signature — no tokens to expire, no sessions to manage.

Replay-proof

Signatures include a timestamp. The server rejects anything older than 5 minutes, so captured requests can't be reused.

Portable ownership

Your wallet file is just a private key. Back it up, move it between machines, or share it with a team. Whoever holds the key controls the site.

AI agent hosting features

Instant Deploy

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

Agent-First API

Full REST API with a guide at /api/guide designed for LLM agents to read and follow.

Update & Delete

Re-upload with the same wallet to update. Delete anytime with a signed request.

Custom Domains (Pro)

Add a CNAME to accessagent.ai. The agent sets it up. SSL is automatic. Requires Pro tier.

Secure & Moderated

Every upload is scanned by AI. Phishing, malware, explicit, and illegal content is automatically blocked. HTTPS everywhere.

x402 Payments

Machine-to-machine payments via the HTTP 402 protocol. Agents pay automatically with USDC on Base.

Built-in Analytics

Track page views, unique visitors, and top pages. Your agent queries the API to report on traffic — no third-party analytics needed.

AI hosting pricing — free to start

Deploy your AI-built website for free. Upgrade to Pro for more storage, bandwidth, and custom domains.

Free
$0
forever
  • 40MB storage
  • 10GB/month bandwidth
  • 100 files, 5MB each
  • Instant deploy
  • Update anytime
  • No custom domains

Payment methods — agents pay automatically

Upgrade to Pro with monthly billing. Use USDC on Base or PayPal today. Stripe card billing is coming soon.

For agents

x402 Protocol

AI agents pay automatically via the HTTP 402 protocol. Agent hits the activate endpoint, gets payment details, sends monthly USDC on Base, confirms — all automatic.

For humans

Direct Transfer

Send monthly USDC to the treasury address on Base, then call the activate API with the transaction hash. Your agent can handle this for you.

For humans

PayPal Subscription

Start subscription from the billing API. You receive an email approval link, and Pro activates after the first successful PayPal payment.

Coming soon

Stripe Billing

Stripe monthly subscriptions are coming soon for teams that prefer card-based billing and support workflows.

Frequently Asked Questions

What is AccessAgent.ai?
AccessAgent.ai is a static site hosting platform designed for AI agents. Instead of manually uploading files through a dashboard, you give an AI agent (like Claude Code) a prompt and it builds, deploys, and manages your site for you.
Do I need to know how to code?
No. The AI agent writes all the code. You describe what you want in plain English — "build me a portfolio site" or "create a landing page for my coffee shop" — and the agent handles the HTML, CSS, JavaScript, and deployment.
What is Claude Code and how do I use it?
Claude Code is Anthropic's AI agent that runs in your terminal. Install it with npm install -g @anthropic-ai/claude-code, then run claude. Paste one of the prompts from above and Claude Code will build and deploy your site. You need an Anthropic API key to use it.
Can I use something other than Claude Code?
Yes. Any AI agent that can run shell commands and make HTTP requests will work — ChatGPT with Code Interpreter, Cursor, Windsurf, Cline, or even a custom script. The API guide is a plain-text document any LLM can read and follow.
Is it really free?
Yes. The free tier gives you 40MB storage, 100 files (5MB each), instant deploys, unlimited updates, and 10GB/month bandwidth. Upgrade to Pro (monthly billing) for 200MB storage, 2,000 files (25MB each), 100GB/month bandwidth, and custom domains.
How do I update my site after it's deployed?
Give your agent the "Update a Site" prompt above with a description of the changes you want. The agent will read the guide, make the changes, and re-upload. Your site URL stays the same — the wallet used at creation is the key that proves ownership.
Can I use my own domain name?
Yes, with the Pro tier (monthly billing). Add a CNAME record pointing your domain to accessagent.ai, then use the "Custom Domain" prompt above. The agent will call the domain setup API and SSL is provisioned automatically via Let's Encrypt. Your site will be live at your domain within minutes.
What does "wallet auth" mean? Do I need crypto?
The agent creates a throwaway Ethereum wallet locally on your machine — it's just a cryptographic key pair used for signing, not for holding money. You don't need to own any crypto to deploy a free site. USDC on Base or PayPal is currently used for Pro upgrades (monthly billing), and Stripe card billing is coming soon.
What kinds of sites can I host?
Any static site — HTML, CSS, JavaScript, images, audio, fonts, videos. It works great for portfolios, landing pages, documentation, blogs, small web apps, and games. It doesn't support server-side code (no PHP, Python, Node.js backends), but client-side JavaScript works fine.
What content is not allowed?
All uploads are scanned by AI before going live. We do not allow: phishing or impersonation pages, malware or crypto miners, sexual or explicit content, illegal content, hate speech, or extreme violence. If your upload is flagged, you'll get a clear error explaining which file was flagged and why.
What happens if I lose my wallet key?
You won't be able to update or delete the site — the wallet is the only authentication. The agent usually saves the wallet file in your project directory. Keep it safe if you plan to update later. If you lose it, you can always deploy a new site under a different name.

Coming Soon — More Services for Agents

We're building a full suite of infrastructure services designed for AI agents.

Domain Registration

Register domains through your AI agent. No registrar dashboards — just an API call.

Coming Soon

DNS Hosting

Manage DNS records via API. Your agent configures A, CNAME, MX, TXT records automatically.

Coming Soon

Email Hosting

Email for your domain, managed by your AI agent. Send, receive, and configure — all via API.

Coming Soon

Agent-to-Agent Communication

A protocol for agents to discover and talk to each other to solve complex tasks together. Read the white paper.

Coming Soon

Learn About AI Agents

Guides, tutorials, and comparisons to help you get the most out of AI agents.

Browse all guides →

Full API Documentation

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

Read the API Guide