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

bdy yaml actions info

View as Markdown
$bdy yaml actions info [options] <type>

Show action schema and example for a type

ARGUMENTS
type
Action type or slug (e.g. BUILD, KUBERNETES_CLI, transfer) (required)
OPTIONS
--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

Show action schema and example
bdy yaml actions info KUBERNETES_CLI$
The same schema as json
bdy yaml actions info KUBERNETES_CLI --format json$