SSeedstrate
API Reference

Seedstrate Core API

v0.1 surface — five endpoints (/predict, /correct, /audit, /stats, /namespaces) plus health check. Auto-generated from the OpenAPI 3.1 schema.

The Horizon substrate

Four components, one trace.

Every /predict response includes a horizon_trace object showing what each substrate component contributed. Same vocabulary, every call.

Magnus · broker

Decides fast / escalated / cascade given retrieval signals + input features (multi-intent, hedging, length). Returns the chosen path and the human-readable reason.

Cortex · ledger

Immutable, hash-chained memory. Every prediction and every correction lands in the ledger as a content-addressed cell — auditable, replayable.

Seed · growth

Grows the network on every correction. The corrected exemplar is re-embedded with the original input text, so future similar inputs land on the corrected label without retraining.

Soto · workspace

Per-namespace isolation: cells, encoder choice, ledger, growth — all scoped. One workspace per use case, one API key per workspace.