mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.3 KiB
1.3 KiB
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Groq credentials | Documentation for the Groq credentials. Use these credentials to authenticate Groq in n8n, a workflow automation platform. |
|
medium |
Groq credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Groq account.
Supported authentication methods
- API key
Related resources
Refer to Groq's documentation for more information about the service.
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
Using API key
To configure this credential, you'll need:
- An API Key
To get your API key:
- Go to the API Keys page of your Groq console.
- Select Create API Key.
- Enter a display name for the key, like
n8n integration, and select Submit. - Copy the key and paste it into your n8n credential.
Refer to Groq's API Keys documentation for more information.
/// note | Groq API keys Groq binds API keys to the organization, not the user. ///