Learn how to configure Authentication methods for API connections.
Navigate to API Integration Hub > Authentication Methods
Click 'Create Authentication Method'
Configure the Authentication Method
Add to API Connection
{Auth.*}
{Auth.client_token}
{Auth.authorization_code}
{Auth.redirect_uri}
{OAuth.access_token}
for the generated access token.
You can also reference the client data in the header values, using the variable: {Auth.[auth_data_key]}
.
/authenticate
endpoint.401
, we will require new client authentication data for the session. This is communicated in the GenerativeAgent event stream as an authenticationRequested
event.