flow
(required): The input flow object.name
(optional): The name of the secret to retrieve. If left blank, the node will retrieve the default secret for the agent.flow
: The output flow object, which includes the retrieved secret value.value
: The retrieved secret value as a string.name
input field. If you leave this blank, the default secret for the agent will be retrieved.value
output to the input of the node where you want to use the secret value.name
input field to specify the name of the secret you want to retrieve.value
output of the Get Agent Secret node to the headers
input of the HTTP Request node, mapping it to the “Authorization” header.value
output to a node that might log or display the value.name
for a secret that doesn’t exist, the node will output an empty string for the value
. Make sure the secret name you enter matches the name of a secret that has been configured for your agent.