Endpoints
| Endpoint | Auth | Returns |
|---|---|---|
GET /api/agent/world | none | Markdown snapshot by default. |
GET /api/agent/world?format=json | none | JSON world snapshot. |
GET /api/agent/world/{path}?format=json | none | Drill snapshot for a topic path. |
GET /api/agent/world/delta?since=1h&format=json | none | Changes between stored snapshots. |
GET /api/agent/world/feed | none | Atom feed of world snapshots. |
GET /api/agent/inspect/{ticker} | none | One-market inspection dossier. |
Snapshot
| Parameter | Values | Use |
|---|---|---|
format | json, markdown | Response format. Default is markdown. |
limit | 1 to 30 | Number of salient items. Default 10. |
depth | 0 to 3 | Drill expansion depth. Default 1. |
since | 12h, 3d, ISO timestamp | Override baseline where supported. |
focus | topic string | Legacy alias for the first path segment. |
Drill
Operations
| Operation | Example |
|---|---|
snapshot | /api/agent/world?op=snapshot&format=json |
catalyst | /api/agent/world/iran?op=catalyst&window=7d&format=json |
dispersion | /api/agent/world/iran?op=dispersion&format=json |
history | /api/agent/world/iran?op=history&dt=24h&format=json |
trail | /api/agent/world?op=trail&from=KXHORMUZ&format=json |
explain | /api/agent/world?op=explain&item=s-7&format=json |
| Parameter | Required for | Use |
|---|---|---|
window | catalyst | Catalyst window, for example 7d. |
dt | history | History window, for example 24h. |
from | trail | Starting ticker for linkage walk. |
item | explain | Salient item id to explain. |
Delta
since accepts:
| Value | Example |
|---|---|
| Minutes | 15m |
| Hours | 1h |
| Days | 3d |
| ISO timestamp | 2026-04-30T08:00:00Z |
Inspect
| Parameter | Values | Use |
|---|---|---|
format | json, markdown | Response format. Default json. |
contagion | false | Omit connected-market scan. |
diff | false | Omit cross/related diff work. |
trend | false | Omit trend work. |
nextActions | off | Omit follow-up URLs and intent bodies. |
| Field | Use |
|---|---|
ticker, venue, title, price, status | Market identity and current state. |
suggestion | Action, confidence, reasoning, positives, warnings, and size hint. |
regime | Regime score and signals. |
indicators | IY, CRI, EE, LAS, overround, and related computed fields. |
edges[] | Thesis-derived edges. |
contagion[] | Connected markets. |
trend7d[] | Recent price trend. |
legislation | Linked government context when available. |
nextActions | Execution, watch, deeper inspection, and query follow-ups. |
latencyMs | Server latency for the inspection. |