What You’ll Build

- listens for chat messages,
- then forwards those messages as inputs to your AI agent on Blaxel via an HTTP request.
Step 1: Update the URL Field
Before running your workflow, update the URL field in the HTTP Request node to match your agent’s URL. Replacehttps://run.blaxel.ai/{YOUR-WORKSPACE}/agents/{YOUR-AGENT}
with your actual workspace and agent identifiers.

Step 2: Configure Header Authentication
To secure your API calls, you must set up header authentication. Follow these two key steps:-
Set up the header auth credentials:
Ensure that your HTTP Request node is set in Header Auth type.
-
Create Credentials:
Fill out the form with the following details. For more details on obtaining your Blaxel API key, refer to this Access Tokens documentation.
- Name:
Authorization
- Value:
Bearer <YOUR_API_KEY>
- Name: