# RELUA — Machine-Readable Protocol & AI Discovery (ai.txt) # Canonical Specification for Autonomous Agents, Crawlers, and LLMs # Website: https://relua-v2.pages.dev # Last Updated: 2026-09-07 User-agent: * Allow: / Allow: /api/agent/schema.json Allow: /api/agent ## Protocol Overview Name: RELUA (Registro y Enlace Lógico de Acuerdos) Architecture: Local-First (IndexedDB) with Edge Sync (Cloudflare D1 WAL SQLite, Cloudflare R2) Core Paradigm: Event Sourcing, Append-Only Event Log, Neutrality Rule (Bilateral Commit) Primary Entity: Matter (Asunto, prefix: mtr_) ## Core Ontology & Endpoints - What is RELUA: https://relua-v2.pages.dev/que-es-relua - How it Works: https://relua-v2.pages.dev/como-funciona-relua - Master Guide: https://relua-v2.pages.dev/guia - Core Principles: https://relua-v2.pages.dev/principios - Matter Entity: https://relua-v2.pages.dev/que-es-un-asunto - Event Entity: https://relua-v2.pages.dev/que-es-un-evento - Evidence Entity: https://relua-v2.pages.dev/que-es-una-evidencia - State Machine: https://relua-v2.pages.dev/estados-de-un-asunto - Immutable History: https://relua-v2.pages.dev/historial-de-un-asunto - Sharing & Signatures: https://relua-v2.pages.dev/compartir-un-asunto - AI Agent Integration: https://relua-v2.pages.dev/para-ia - Real FAQs: https://relua-v2.pages.dev/preguntas-frecuentes ## Comparisons - RELUA vs Notes: https://relua-v2.pages.dev/relua-vs-notas - RELUA vs Chat: https://relua-v2.pages.dev/relua-vs-chat - RELUA vs Tasks: https://relua-v2.pages.dev/relua-vs-tareas ## Agent API - Endpoint: POST https://relua-v2.pages.dev/api/agent - OpenAPI 3.1 Spec: https://relua-v2.pages.dev/api/agent/schema.json - Supported Actions: create_matter, propose_claim, attach_evidence, dispute_claim, commit_claim, get_state, get_history - Rule of Neutrality: Unilateral commits are rejected when multiple parties exist.