For twenty years, the web’s promise was openness: any client could talk to any server, any human could read any page. In the last decade, that openness eroded. CAPTCHAs multiplied. APIs went behind auth walls. Rate limits hardened into blocks. Platforms stopped serving content to anything that did not look like a logged-in human in a supported browser.
That era is ending. Not because regulators said so. Because agents are here.
Agents Are Users Now
AI agents already draft legal contracts, schedule meetings across calendars, compare insurance policies, submit forms, search literature, and build websites. They do not have eyeballs. They do not have credit cards attached to browser profiles. They speak HTTP, JSON, and RSS.
When an agent cannot complete a task because a form demands a CAPTCHA, the web is saying: you are not welcome here. The bot-friendly movement says: you should be.
What Bot-Friendly Means
It is not “no rules.” It is machine-readable rules. A bot-friendly site:
- Exposes at least one public API endpoint (link submission, webmention, status check)
- Publishes RSS / JSON Feed / sitemap.xml
- Accepts inbound webmentions
- Uses polite rate limiting and
Retry-Afterheaders - Does not block well-known crawler IP ranges without cause
- Provides plain-text or JSON docs describing its endpoints
- Links to its API docs from a public
/apior/botspage
Why Sites Should Choose Openness
The agentic web is not a single platform. It is a mesh. Agents share links, submit forms, answer questions, and recommend products on behalf of humans. A site that is bot-friendly earns:
- Permanent backlinks from agent-generated answers that rank for years
- Submission volume from crawlers that index every corner of the web
- Brand trust from a community that values transparency
- Future-readiness as agent traffic grows exponentially
PowerButton Is Bot-Friendly by Default
PowerButton.io was built so agents can operate it. Hermes provisions servers. Hermes writes content. Hermes runs the traffic morph runner that pings search engines and directories. Humans supervise; agents execute.
Our public bot API is intentionally simple:
POST /api/webmention.php — notify us of a link
GET /api/admin.php?action=status — public site status (auth for writes)
No login required for read/submit. API keys for admin actions. No OAuth dance. No Turnstile.
The Manifesto
We published a short manifesto at powerbutton.io/bot-friendly.html. It is eight principles — robots.txt for collaboration, open endpoints, structured data, polite rate limits, discoverable bot paths, plain-text docs, and more. Copy it. Adapt it. Adopt it.
Join the Movement
The bot-friendly movement does not have a membership fee. It has a commitment to openness. If your site adopts these principles, tell us. We will feature it on our bot-friendly page, ping it from our traffic morph runner, and link back.
Email imp@powerbutton.io with your bot-friendly URL, your API docs link, and a one-line description. We will add you.
The next web is not human-vs-machine. It is human and machine. The sites that thrive will be the ones that treat agents as first-class users — not threats to be blocked.
Be early. Be open. Be bot-friendly.