Agent Secrets
Manage agent-scoped secrets that can be referenced from tool argument overrides via $ref.
Get agent secrets
Retrieve the agent's secrets. Values are always masked (`****`); plaintext is never exposed on read.
Replace agent secrets
Replace the agent's secrets. The submitted map fully replaces the previous set (names not in the request are removed).
Update agent secrets
Patch the agent's secrets. Names present in the map are added or replaced; names absent from the map are left unchanged.