Documentation
Elydora Documentation
Elydora is the responsibility-grade infrastructure layer for AI Agents. Every operation your agent performs is cryptographically signed, chain-linked, and permanently recorded.
What is Elydora?
Elydora provides protocol-level accountability for autonomous AI agents. When an agent takes an action — approving a loan, flagging a transaction, updating a medical record — Elydora creates a verifiable, tamper-evident record that proves what happened, when, and by whom.
Core Concepts
- Elydora Operation Record (EOR) — a signed, immutable record of an agent action
- Elydora Chain Hash (ECH) — cryptographic chain-linking that makes records tamper-evident
- Elydora Acknowledgement Receipt (EAR) — server-side attestation that the record was received and sequenced
- Elydora Epoch Root (EER) — periodic Merkle root anchors for bulk verification
Quick Links
Getting Started
Install an SDK and submit your first operation in minutes.
API Reference
Complete HTTP API documentation with request/response schemas.
Protocol Spec
Deep dive into the Elydora Responsibility Protocol (ERP).
SDKs
Official client libraries for JavaScript, Python, and Go.
Base URL
https://api.elydora.comAll API requests are made to this base URL. All endpoints require HTTPS.