Cognitive Infrastructure

Dyssonance APIBelief-conditioned AI

Sessions hold belief states. Belief states reason against new evidence, surface dissonance, stay self-correcting as your data flows. One API, composable primitives, designed for humans and agents in equal measure.

Sessions
POSTcreate
GETlist
Beliefs
POSTupload
POSTsearch
GETgraph
Dissonance
GETsession
Beliefs / Upload
POST /v1/sessions/{id}/beliefs
Upload beliefs to a session. Synchronous commit, async enrichment.
Body
{
  "beliefs": [
    "EU prefer monthly billing.",
    "QBRs reduce churn 22%."
  ]
}
Response
{
  "committed": 2,
  "rejected": 0
}
curl
curl -X POST \
  /v1/sessions/.../beliefs \
  -H "Auth: Bearer..." \
  -d '{...}'

For developers

Browse the catalog by resource or use case. Open the console. Test endpoints. Copy code in your language. The catalog is structured to help you ship today.

Open the console →

For your agents

Give your coding agents one URL. They get machine-optimized specs, JSON schemas, MCP tool definitions, agent protocols, and a ready-to-paste system prompt.

See the agents view →