Elydora Docs

Dashboard Guide

The Elydora Console is a web-based interface for managing agents, browsing operations, and generating compliance exports.

Accessing the Console

The Elydora Console is available at console.elydora.com. Sign in with the email and password you registered with via POST /api/auth/sign-in/email (Better Auth), or accept an invitation from your organization admin.

Dashboard Overview

The main dashboard shows a summary of your organization's activity: total operations submitted, active agents, recent operations, and the current epoch status.

Agents

The Agents page lists every registered agent in your organization. Each row shows the agent ID, display name, status (active, frozen, or revoked), key ID, and the time of its last operation.

Operations

The Operations page provides a searchable, paginated view of all submitted Elydora Operation Records (EORs). Each row shows the operation ID, agent, operation type, subject, action, and timestamp. Click any operation to view its full EOR including the payload, chain hash, signature, and the corresponding Elydora Acknowledgement Receipt (EAR).

Audit Trail

The Audit Trail page queries operations by agent ID, operation type, or time range. It is the primary interface for compliance investigations and shows which actions an agent performed during a time window.

Epochs

The Epochs page displays the Merkle tree rollups (Elydora Epoch Roots) that periodically anchor your operation history. Each epoch shows its epoch ID, the number of operations it covers, the Merkle root hash, and its start and end timestamps. Epochs provide bulk-verifiable snapshots of your entire operation history.

Exports

The Exports page creates compliance exports of operation data. Select a time range, an agent filter, or an operation type filter, then export the results as JSON or PDF. Exports include the EOR and EAR for each operation.

Settings

The Settings page displays your organization information, including your organization ID, registered email, and account creation date. Use this page to manage your account details.

JWKS

The JWKS page shows Elydora's public keys in JSON Web Key Set format. Elydora signs Acknowledgement Receipts (EARs) with these keys; use them to verify that a receipt was issued by Elydora. The endpoint is GET /.well-known/elydora/jwks.json.

Next Steps