WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

bdy yaml actions list

View as Markdown
$bdy yaml actions list|ls [options]

List all action types

OPTIONS
-s, --search <query>
Search by name, type, or description
--format <text|json>
Output format: json, text. Default: text
-h, --help
display help for command

Documentation for bdy v1.25.2

Last modified on Sep 22, 2026

Examples

List all action types
bdy yaml actions list$
Search action types
bdy yaml actions list --search kubernetes$
List as json, for an editor plugin or an agent
bdy yaml actions list --format json$