| 开发者 | skswave |
|---|---|
| 更新时间 | 2026年3月31日 10:07 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/.well-known/ai with your organization identity, capabilities, and policies (RFC 8615)/.well-known/ai/content with pages, posts, media, custom types/.well-known/ai/knowledge/.well-known/ai/feed/.well-known/ai/policies<link rel="ai-discovery"> tag and HTTP Link header to every page/llms.txt from your site structure/wp-json/rootz/v1/)dev.epistery.host/agent/rootz/ai-proxy/api.anthropic.com
rootz.global/api/plugin/update.json
rootz.global/api/license/status
rootz-ai-discovery folder to /wp-content/plugins/yoursite.com/.well-known/ai to verify it's workingNo. The plugin serves cached JSON responses and adds a single <link> tag to your HTML head. The WebMCP script is ~4KB and loads asynchronously.
Core functionality runs entirely locally. The plugin generates all structured data from your existing WordPress content without any external calls. Two optional features use external services: (1) AI-powered auto-populate sends your site URL to generate descriptions, and (2) license verification checks your subscription status. Both are clearly disclosed above. The plugin also checks for updates from rootz.global every 12 hours (a read-only request with no user data).
An open specification (CC-BY-4.0) for how websites should present structured information to AI agents. Think of it as "robots.txt for AI identity" — instead of blocking, it enables proper interaction. See rootz.global/ai-discovery.
The content endpoint at /.well-known/ai/content serves your pages, posts, media, and custom post types as structured JSON so AI agents can understand your site without scraping HTML. Each item includes an assertion type (factual, editorial, creative-work) so agents know how to interpret the information.
WebMCP is a browser API that lets websites register tools with AI assistants. This plugin automatically registers tools like getOrganizationInfo and getPolicies so AI assistants can read your site's structured data directly.
The plugin does this automatically on activation. If /.well-known/ai returns a 404, go to Settings > Permalinks and click Save (this flushes rewrite rules).