mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.5 KiB
1.5 KiB
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Motorhead credentials | Documentation for the Motorhead credentials. Use these credentials to authenticate Motorhead in n8n, a workflow automation platform. |
|
medium |
Motorhead credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API key
Related resources
Refer to Motorhead's API 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 a Motorhead account and:
- Your Host URL
- An API Key
- A Client ID
To set it up, you'll generate an API key:
- If you're self-hosting Motorhead, update the Host URL to match your Motorhead URL.
- In Motorhead, go to Settings > Organization.
- In the API Keys section, select Create.
- Enter a Name for your API Key, like
n8n integration. - Select Generate.
- Copy the apiKey and enter it in your n8n credential.
- Return to the API key list.
- Copy the clientID for the key and enter it as the Client ID in your n8n credential.
Refer to Generate an API key for more information.