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

bdy yaml actions

View as Markdown
$bdy yaml actions [options] [command]

Browse Buddy YAML action types

OPTIONS
-h, --help
display help for command
AVAILABLE COMMANDS
Show action schema and example for a type
List all action types

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$
Show action schema and example
bdy yaml actions info KUBERNETES_CLI$
The same schema as json
bdy yaml actions info KUBERNETES_CLI --format json$