Product

Entities

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.A Function entity: syntax-highlighted code, version pointer, environment status, and a run console with the entry payload and recent executions.

A Function entity: syntax-highlighted code, version pointer, environment status, and a run console with the entry payload and recent executions.

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.

Immutable versions, movable pointer

Every edit creates a new version. Revert is a pointer move. In-flight runs keep the versions they started with.

Relations you can see

The relationship graph shows which conversation created what, which workflow uses which Function, and which document a run produced.

Overview with counts per kind, the relationship graph, and recently updated entities.Overview with counts per kind, the relationship graph, and recently updated entities.
Overview with counts per kind, the relationship graph, and recently updated entities.
A workflow entity: graph preview, active version, tags, and recent executions with a manual trigger.A workflow entity: graph preview, active version, tags, and recent executions with a manual trigger.
A workflow entity: graph preview, active version, tags, and recent executions with a manual trigger.
The graph editor: three parallel fetches fan in to the digest, a Control node routes on activity, and the inspector shows its input mapping, retry policy, and routing branches.The graph editor: three parallel fetches fan in to the digest, a Control node routes on activity, and the inspector shows its input mapping, retry policy, and routing branches.
The graph editor: three parallel fetches fan in to the digest, a Control node routes on activity, and the inspector shows its input mapping, retry policy, and routing branches.

Start Building Without Building the Stack.