Partner/Public API (v1)

Simple REST + JSON so trusted apps can create briefs, log outcomes, fetch results, and verify hashes/signatures. The engine stays private.

Base URL

https://api.eraworld.ai/v1
Auth
Authorization: Bearer <API_KEY> + optional HMAC header X-Signature
Limits
Rate-limited per key; use Idempotency-Key to retry safely

POST /briefs

Create a Decision Brief

POST /outcomes/{brief_id}

Log the outcome

GET /briefs/{brief_id}

Fetch brief + current WisdomScore

GET /verify/{brief_id}

Hash/signature to verify integrity

GET /niches

List A–Z niches & sub-capabilities (names only)

POST /hooks

Register webhooks (optional)
Docs only. API goes live when you connect the private engine.