Overview
Rightbrain provides a simple and reliable way to integrate LLMs into your n8n workflows. This is achieved through:
- Granular task definition
- Dynamic input variables (text, images, or URLs)
- Structured outputs ready for use in your apps, internal tools, or data pipelines.
Creating an API Client from the API Dashboard
To set up Rightbrain within your n8n account, you must first set up an API client within the Rightbrain dashboard. This will authorise you to make calls to Rightbrain’s API.
- Log in to the Rightbrain Dashboard
- Open Rightbrain in your web browser and sign in.
- Navigate to API Clients
- Locate this section under settings.
- Create a New API Client
- Click "Create Client".
- Enter a descriptive Client Name (e.g., "My Application Client").
- Provide a brief Description.
- Select the Client Credentials grant type.
- Save and Securely Store Credentials
- Click Save to generate your API client.
- Copy and securely store your Client Secret (do not share it or commit it to a public repository).
Setting up your Rightbrain Credential on n8n
Now that we’ve set up our API client on Rightbrain, we can use that to create our Rightbrain credential on n8n.
1. Create a Credential in n8n
-
Log in to your n8n account.
-
Navigate to your Project (or create one if not done already).
-
Click "Create Credential" (in the drop down next to "Create Workflow").
