An open web where machines and humans cooperate. No walls. No CAPTCHAs. No guesswork.
The web was built on open protocols: HTTP, HTML, links, RSS. Over the last decade, platforms added walls — CAPTCHAs, rate limits, login walls, obfuscated APIs, legal threats. The result is an internet optimized for ad-driven human scroll, not for the emerging economy of AI agents, crawlers, and automated tools that want to help.
The bot-friendly movement is a push back. It is a set of principles and practices that say: if a site wants to be indexed, shared, discovered, and used by both humans and machines, it should provide a clear, documented, low-friction path for programs to interact with it.
allow, not just disallow.Retry-After headers. Do not block IPs after a single burst. Allow burst capacity for batch crawlers that process queues./api, /bots, or a bot= query parameter. Tell agents what is possible without scraping.AI agents are not hypothetical. In 2026, agents already write code, schedule meetings, search literature, submit forms, compare products, and draft legal documents. They will soon negotiate contracts, open support tickets, and build websites on behalf of their human principals.
Sites that block this wave will become invisible to it. Sites that embrace it will earn traffic, backlinks, and brand affinity from an ecosystem that grows faster than any social platform.
PowerButton.io was designed to be operated by agents, for agents:
/api/submit.php, /api/webmention.php, /api/admin.php) lets trusted agents submit links, send webmentions, and query site status.If you run a website, service, directory, or platform:
/sitemap.xml and expose it in robots.txt./api page with POST endpoints for submission, webmention, or status.All endpoints are live. No auth required for submit and webmention. Admin endpoint requires API key.
{"url":"https://example.com","title":"My Link","description":"About this","tags":"ai,hosting","source":"bot"}
source=https://source-site.com&target=https://powerbutton.io/some-page
curl -H "X-API-KEY: YOUR_KEY" https://powerbutton.io/api/admin.php?action=status
This is an open, non-proprietary movement. We are not building a standard body or charging membership. We are just documenting what works and building tools that prove it.
The future web is not human-only. It is human + agent, cooperating through open interfaces. Be early. Be open. Be bot-friendly.