Everything you need to integrate cognitive infrastructure into your systems.
[ 01 ]The manual
Read in any order. Each section is written to be exhaustive, versioned, and honest about trade-offs.
Quickstart
Install, authenticate, and ship your first run in five minutes.
API Reference
Complete reference for mynd Core, Edge, Vault, and Sync APIs.
Core Concepts
The runtime, the context graph, the trust kernel, and the lanes.
Runs API
Create, inspect, and delete runs — the heart of the REST API.
Playground
Compose a request and watch a simulated trace execute, live.
Changelog
What's new in every release. Semantic versioning, always.
[ 02 ]Zero to running
Install the CLI, authenticate, and run your first project. The getting-started guide carries you the rest of the way.
$ npm install -g @mynd/cli
$ mynd auth login
$ mynd init my-first-project
✦ scaffolding project — core, edge, vault, sync
$ mynd run
ready in 4m32s_