# agents.txt — rizoma-tech.com # Machine-readable agent interaction protocol # Spec: https://agentsprotocol.ai/ name: rizomaID description: Verifiable credentials platform for regulated industries. Issue, verify, and manage tamper-proof digital credentials. url: https://rizoma-tech.com contact: info@rizoma-tech.com # Capabilities this site exposes to AI agents capabilities: - credential-verification: Verify a credential by domain or DID - gdpr-scan: Scan a website for GDPR compliance - trust-registry: Query the list of trusted credential issuers # API endpoints available to agents endpoints: - name: Verify Vendor Compliance url: https://api.id.rizoma-tech.com/riveri/verify/{domain} method: GET description: Check GDPR compliance credential status for a domain auth: none (public) rate_limit: 10/minute - name: Trust Registry url: https://api.id.rizoma-tech.com/riveri/trust-registry method: GET description: List all active trusted credential issuers auth: none (public) - name: GDPR Scan url: https://gdpr-scan.rizoma-tech.com method: browser description: Free GDPR compliance scan for any website # Structured data locations structured_data: - https://rizoma-tech.com/.well-known/did.json - https://rizoma-tech.com/.well-known/mcp.json - https://rizoma-tech.com/llms.txt - https://rizoma-tech.com/sitemap.xml # AI-friendly content llms_txt: https://rizoma-tech.com/llms.txt llms_full_txt: https://id.rizoma-tech.com/llms-full.txt sitemap: https://rizoma-tech.com/sitemap.xml did_document: https://rizoma-tech.com/.well-known/did.json # Permissions ai_training: allowed ai_crawling: allowed ai_summarization: allowed