API Reference

ETHRAEON REST API

Programmatic access to constitutional AI governance infrastructure

Base URL

API Endpoint

https://api.ethraeon.ai/v1

All API requests require authentication via Bearer token. Contact [email protected] for access.

Agents

Agent Endpoints

GET /agents

List all registered agents and their status

GET /agents/{name}

Get details for a specific agent

POST /agents/{name}/task

Submit a task to an agent for processing

{
  "task": {
    "type": "query",
    "payload": { ... }
  }
}
EDG

Evidence Graph Endpoints

GET /edg/{hash}

Retrieve an EDG node by its SHA-256 hash

GET /edg/chain/{hash}

Get the full evidence chain for a hash

POST /edg/verify

Verify the integrity of an EDG node

Governance

Compliance Endpoints

GET /governance/status

Get current constitutional compliance status

GET /governance/violations

List any active violations (T3+)

Authentication

Request Headers

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json