n8n Workflow Integration
Follow these steps to connect KoboiLLM to your n8n workflow automation platform.
Credential Setup
- New Credential: In n8n, create a new credential of type
OpenAI account. - Credential Details:
- API Key: Enter your secret KoboiLLM key (
sk-xxxx). - Base URL: Set to
https://api.koboillm.com/v1(orhttps://lite.koboillm.com/v1).
- API Key: Enter your secret KoboiLLM key (
- Verification: Click
Test Connectionto confirm authorization.
Configuration Parameters
| Field | Configuration Value |
|---|---|
| Credential Type | OpenAI account |
| API Key | Your KoboiLLM secret key |
| Base URL | https://api.koboillm.com/v1 |
Usage Tips
- Always verify credential connectivity by clicking
Test Connectionbefore triggering workflows. - Inside n8n AI agent or Chat Model nodes, select the
OpenAIprovider option and pick your KoboiLLM credentials.