How they fit
- Create or update — You register a name and value for the node. The API accepts a JSON body with
value;node_idandnamecome from the path. - List — You can list names the node knows about (not necessarily full values in every surface).
- Apply — When the node converges to desired state, secret names are applied so processes on the host see the resolved values the product wires in (for example provider keys or connector OAuth material—see Connectors).
- Delete — Removing a secret updates what the next apply sends; ensure nothing still references that name.
API
Use the API reference tab, Nodes group, for:GET /v1/nodes/{node_id}/secrets— list secret namesPUT /v1/nodes/{node_id}/secrets/{name}— set or replace a secret valueDELETE /v1/nodes/{node_id}/secrets/{name}— remove a secret
https://ageneral.ai with your normal Ageneral session (not the Models host).
