Skip to main content
Actions are reusable robot behaviors that belong to your account. There are two kinds:
  • Group (a macro): an ordered sequence of existing base actions (e.g. walk_forward, turn_left).
  • Custom: a behavior defined directly from joint-pose keyframes.
Created actions are saved locally under <project>/actions/<name>.json and synced to your account in the same step.
All env action commands require sign-in. They operate on your account’s actions. Run cadenza login <name> <token> first.

Create

The robot determines the available base actions. See SDK · Actions for the full go1 and g1 action lists.

List, show, remove

  • list returns only your own account’s actions. You never see anyone else’s.
  • show / remove operate on the project’s local action files.
Use a group action’s name as a step inside env.json phases or in larger macros to compose complex behaviors from simple ones.