Commands
actions create
--name <n>(required).--description <d>.--runtime <json>— HTTP or inline runtime spec (same shape as Tools).--x <n>,--y <n>— canvas position.
actions update
Update flags
Identity--set-name <n>--set-description <d>--set-icon <name>
--set-approval on|off— require approval before firing.
--set-runtime-kind http|inline--set-http-method <m>--set-http-url <url>--set-http-auth-kind <k>--set-http-auth-header <name>--set-http-auth-value <v>
--set-inline-lang <lang>--set-inline-code <text>/--set-inline-code-file <path>
--set-x <n>,--set-y <n>,--set-width <n>
--patch <json>
actions edit
actions delete
actions headers
Same shape as Tools:
secrets://<ref>. Interactive with --value ?. See Piping & secrets.
Tool vs. Action — quick refresher
Rule of thumb: if the Agent might need the result to reason further, it’s a Tool. If it’s fire-and-forget after the answer, it’s an Action.