<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/studio
Last modified: 2026-08-20T20:52:05.000Z

# Studio

The automations built on the Studio canvas. Read-only.

**Scope:** `studio`

A flow is a graph of blocks at coordinates, wired through named handles.
This API lets you see which flows exist, whether they are live, and how
every block is configured. Editing a flow is a visual act and stays in
the console.




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
