Documentation

Console

A typed command line for the open document, and the log of what an agent did to it.

The Console looks like a terminal and is not one. Nothing under it can run code, start a process or make a request: a command is parsed into one of a fixed set of shapes, turned into ordinary actions and dispatched, so one command is one undo.

The commands

slide
slide 3, slide next, slide master
zoom
zoom 75, zoom fit, zoom in
select
select headline, select "Card title", select all
duplicate, delete
Act on the selection
move
move x 40, move y -20
set
set font-size 88, set color primary, set text "Hello"
set-var
set-var author "Studio North" creates or changes {{author}}
undo, redo
The same history the canvas uses
export
export png 2x, export jpg 3x all, export pdf
status, clear, help
help set lists every property and its range

Agent activity

When an agent is connected over MCP, what it changes appears here as change lines: an element added, a value moved from one number to another. Events describe changes and never carry a tool call's input, a token or a header.