Skip to content

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

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, use http://host.docker.internal:8000/api/v1 instead. If your Lemonade server is on a remote machine, replace localhost with 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