Programmatic access to constitutional AI governance infrastructure
https://api.ethraeon.ai/v1
All API requests require authentication via Bearer token. Contact [email protected] for access.
List all registered agents and their status
Get details for a specific agent
Submit a task to an agent for processing
{
"task": {
"type": "query",
"payload": { ... }
}
}
Retrieve an EDG node by its SHA-256 hash
Get the full evidence chain for a hash
Verify the integrity of an EDG node
Get current constitutional compliance status
List any active violations (T3+)
Authorization: Bearer YOUR_API_KEY Content-Type: application/json