Skip to main content

Synopsis

profclaw canvas <subcommand> [flags]

Description

Manage canvas documents - rich content rendered by the AI agent. Canvas types include code blocks, diagrams, tables, and structured documents.

Subcommands

SubcommandAliasDescription
listlsList canvas documents
show <id>Show canvas document content
render <type> <content>Render content as a canvas type
clear [id]Clear canvas document(s)

Flags

FlagTypeDescription
--title <title>stringCanvas title (render)
--yesbooleanSkip confirmation (clear)
--jsonbooleanOutput as JSON

Examples

profclaw canvas list