Design time vs. run time
| Shapes Workbench (here) | SDK | |
|---|---|---|
| When | Design time | Run time |
| Surface | MCP server, in your AI client | TypeScript client |
| You | Author the shapes that structure the graph | Operate a graph governed by those shapes |
| The question | What does my domain look like? | How do I put knowledge in and get it back out? |
The loop
Connect
Add the Workbench MCP server to your AI client. See
Connect.
Model your domain
Open a session and define types, properties, and relationships. See
Authoring.
Compile and materialize
Compile the model and materialize it to a project, so the runtime can use it.
See Materialize.
Operate with the SDK
Extract, capture, and search against the shape you just designed, with the
SDK.
Next
Connect the MCP
Endpoint, key, and client config for Claude Code, Cursor, and Codex.
Author shapes
The workbench tools: open, model, compile, diff, version, preview.