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:
Detailed prompt playbooks for building real tools. Copy a prompt, paste it into Claude Code, get a deployed site.
Create professional PDF invoices with line items, tax calculation, and company branding.
Paste JSON, get it formatted with syntax highlighting, validation errors, and tree view.
Calculate monthly payments, total interest, and amortization schedule with charts.
Track daily habits with streak counters, completion charts, and motivational stats.
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 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.
You give your agent a prompt. It builds and deploys your site automatically.
personal_sign, and uploads to POST /api/sitesyour-site.accessagent.aiMost 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.
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 email, no username, no password. The wallet is your identity. The agent creates it in milliseconds.
Nothing is stored on our servers that could be stolen. Your private key never leaves your machine.
AI agents can generate wallets and sign messages with standard libraries. No OAuth flows, no browser redirects, no 2FA prompts.
Every request is signed. The server mathematically verifies the signature — no tokens to expire, no sessions to manage.
Signatures include a timestamp. The server rejects anything older than 5 minutes, so captured requests can't be reused.
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.
Upload a zip, get a live URL in seconds. HTML, JS, CSS, images, audio, fonts.
Full REST API with a guide at /api/guide designed for LLM agents to read and follow.
Re-upload with the same wallet to update. Delete anytime with a signed request.
Add a CNAME to accessagent.ai. The agent sets it up. SSL is automatic. Requires Pro tier.
Every upload is scanned by AI. Phishing, malware, explicit, and illegal content is automatically blocked. HTTPS everywhere.
Machine-to-machine payments via the HTTP 402 protocol. Agents pay automatically with USDC on Base.
Track page views, unique visitors, and top pages. Your agent queries the API to report on traffic — no third-party analytics needed.
Deploy your AI-built website for free. Upgrade to Pro for more storage, bandwidth, and custom domains.
Upgrade to Pro with monthly billing. Use USDC on Base or PayPal today. Stripe card billing is coming soon.
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.
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.
Start subscription from the billing API. You receive an email approval link, and Pro activates after the first successful PayPal payment.
Stripe monthly subscriptions are coming soon for teams that prefer card-based billing and support workflows.
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.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.We're building a full suite of infrastructure services designed for AI agents.
Register domains through your AI agent. No registrar dashboards — just an API call.
Coming SoonManage DNS records via API. Your agent configures A, CNAME, MX, TXT records automatically.
Coming SoonEmail for your domain, managed by your AI agent. Send, receive, and configure — all via API.
Coming SoonA protocol for agents to discover and talk to each other to solve complex tasks together. Read the white paper.
Coming SoonGuides, tutorials, and comparisons to help you get the most out of AI agents.
A complete guide to understanding AI agents and how they differ from chatbots.
Install Claude Code and build your first project. A hands-on beginner's walkthrough.
Step-by-step: describe what you want, and an AI agent builds and deploys it live.
Claude Code, Cursor, Windsurf, Cline — a practical comparison for 2026.
The complete guide with all endpoints, request/response examples, signing instructions, and code snippets:
Read the API Guide