Back to docs hub

Platform

Workspaces and Notebook Runtime

Workspaces and runtime sessions are the core operational model in Avenlo. They determine how notebook state is stored, executed, and shared.

Workspaces

Workspaces are the main unit of ownership and collaboration. From dashboard flows, users can create, search, rename, share, and delete workspaces based on role.

Runtime controls are integrated at the workspace level to keep operational actions close to context.

Notebook runtime

Avenlo uses durable runtime sessions. Cell runs, status changes, and outputs are emitted through runtime events and reflected in the notebook UI.

This enables reliable long-running workflows and reduces drift between backend execution state and frontend notebook state.

Reliability model

Avenlo prioritizes durable state transitions and event-driven synchronization between runtime and UI. This improves consistency under long sessions and complex notebook activity.

Read next

Browse docs