Live Demo
Live API Endpoints
This site runs the Rootz AI Discovery WordPress plugin v2.3.0. Every endpoint below is live, generated in real time from the WordPress database.
ai.json — Discovery
https://discover.rootz.global/.well-known/ai
Live
Loading...
Policies
https://discover.rootz.global/.well-known/ai
Live
Loading...
Interactive Tools (new in v2.3.0)
These endpoints respond to AI agent queries in real time:
- getPage — /wp-json/rootz/v1/page?path=/about/ — Read any page as structured markdown with origin provenance, freshness metadata, and ECDSA signature
- searchContent — /wp-json/rootz/v1/search?q=AI&limit=5 — Search site content with pagination (try adding
&offset=5for next page) - verifyPageHash — /wp-json/rootz/v1/verify?page=/about/ — Verify page content integrity against signed manifest
- getStatus — /wp-json/rootz/v1/status — Site AI readiness score (0-100, graded A-F)
Static Discovery Endpoints
- /wp-json/rootz/v1/ai.json — Organization identity and capabilities
- /wp-json/rootz/v1/policies — Machine-readable policies and licensing
- /wp-json/rootz/v1/knowledge — Auto-generated knowledge base
- /wp-json/rootz/v1/feed — AI-optimized content feed
- /wp-json/rootz/v1/tools — Tool manifest (9 tools)
llms.txt (Signed)
- /llms.txt — Concise site overview for AI agents (signed with plugin wallet)
- /llms-full.txt — Full site content as markdown (signed, opt-in)
What Makes This Different
Every response from this site is:
- Real-time — served directly from the WordPress database, not a cached snapshot
- Signed — ECDSA secp256k1 signature from the plugin wallet proves origin
- Stamped — origin provenance and freshness metadata embedded in every response
- Owner-controlled — the site operator decides what AI agents can see and do