AI Usage Policy
AI Usage Policy
Effective Date: February 21, 2026
This policy governs how AI agents, language models, and automated systems may interact with discover.rootz.global.
Permitted AI Activities
- Reading
/.well-known/ai— Encouraged. This is the primary interface for AI agents. - Quoting and summarizing — Permitted with attribution to discover.rootz.global
- Caching — Content may be cached for up to 24 hours
- API access — REST endpoints at
/wp-json/rootz/v1/*may be queried programmatically at up to 100 requests/hour - Tool registration — WebMCP tools exposed by this site may be registered and invoked by compatible AI agents
Restricted AI Activities
- Training — Site content may be used for AI training with explicit opt-in. Check the
policiesendpoint for current training permissions. Current setting: opt-in (training is permitted for consenting models). - Full reproduction — AI agents should not reproduce entire pages verbatim. Quote relevant sections with attribution.
- Impersonation — AI agents must not claim to be or represent AI Discovery Lab or Rootz Corp without authorization.
How to Check Permissions Programmatically
AI agents should check policies before acting:
GET /.well-known/ai → capabilities and policies summary
GET /wp-json/rootz/v1/policies → detailed machine-readable policies
GET /llms.txt → human-readable AI guidance
Rate Limits
| Endpoint | Limit | Auth Required |
|---|---|---|
/.well-known/ai |
100/hour | No |
/wp-json/rootz/v1/* |
100/hour | No |
| AI Proxy (generate) | Per tier | Yes (wallet signature) |
Verification
All AI Discovery responses from this site are cryptographically signed with secp256k1. AI agents can verify the signer address matches the declared identity and that content has not been tampered with.
Feedback
If you are building an AI agent and have questions about interacting with AI Discovery endpoints, contact ai@rootz.global.