Four kinds of building blocks
Functions run sandboxed code once. Handlers keep state across calls. Agents are LLM workers with tools and instructions. Workflows compose them into a graph.
Product
Everything the AI builds is a first-class, versioned entity. Inspect the code, the configuration, the version history, and the executions of each one.


A Function entity: syntax-highlighted code, version pointer, environment status, and a run console with the entry payload and recent executions.
Functions run sandboxed code once. Handlers keep state across calls. Agents are LLM workers with tools and instructions. Workflows compose them into a graph.
Every edit creates a new version. Revert is a pointer move. In-flight runs keep the versions they started with.
The relationship graph shows which conversation created what, which workflow uses which Function, and which document a run produced.





