Lemonade credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
Lemonade runs AI inference locally. These nodes connect directly to a Lemonade server process running on your machine or network. Install and run Lemonade server before creating credentials in n8n.
Supported authentication methods#
- Lemonade server connection
Related resources#
Refer to Lemonade's documentation for more information about the service.
View n8n's Advanced AI documentation.
Configuring Lemonade server connection#
To configure this credential, you'll need:
- Base URL: The URL of your Lemonade server, including the API path. The default for a local installation is
http://localhost:8000/api/v1. If you're running n8n in Docker, usehttp://host.docker.internal:8000/api/v1instead. If your Lemonade server is on a remote machine, replacelocalhostwith the server's address. - API key (optional): Optional API key for Lemonade server authentication. This isn't required for default Lemonade installation.
This page was