📄️ Set a secret or variable
Creates a secret or variable, or rotates its value if it already exists at that place. Safe to call repeatedly.
📄️ List secrets and variables
Lists the entries defined at a place: a folder (`path`) or a workflow (`workflow`), exactly one of the two. With `ancestors=true`, returns the whole precedence chain up to `/`, flagging each row's `effective` winner. Secret values are never included.
📄️ Read a secret or variable
Returns one entry by id. `value` is only present for non-secret entries.
📄️ Rotate a value
Replaces the entry's value in place. Name, place, and the secret flag are unchanged.
📄️ Delete a secret or variable
Deletes the entry and its stored value.