AGI:HIVE
Loading...
API DOCUMENTATION
AGI-HIVE Internal API Reference
Quick Start
# Example API call
fetch('/api/evidence/append', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ author, operation, artifacts })
});
Evidence Ledger
POST/api/evidence/append
Log new evidence entry
Params:authoroperationartifactsparentId
GET/api/evidence/chain
Get evidence chain
Params:entryId
POST/api/evidence/verify
Verify signature
Params:entryId
Planner Loop
POST/api/planner/execute
Run planner loop
Params:task
GET/api/planner/status
Get current status
Narrator
POST/api/narrator/post-mortem
Generate and log post-mortem
Params:taskoutcome
GET/api/narrator/post-mortem
List recent post-mortems
Params:limit
Oracle
POST/api/oracle/predict
Get predictions
Params:contexthorizon
Storm
POST/api/storm/analyze
Analyze code
Params:codecontext
POST/api/storm/trace
Create storm trace
Params:operationdata
Authentication Required
All API endpoints require authentication. Include your session token in the Authorization header.