Overview
With the Qontext n8n integration, you can:- Build AI-driven workflows that dynamically retrieve context from Qontext’s Retrieval API
- Create custom ingestion pipelines for your own or third-party tools
Installation
1
Open Settings
Go to your n8n dashboard and open Settings → Community Nodes.



2
Install the Qontext Node
Open the installation modal and enter the package name:

3
Confirm Installation
Confirm the installation in the modal. The Qontext node will now be available in your workflow editor.
Using Qontext in n8n Cloud
If you’re using n8n Cloud, you can integrate Qontext via the HTTP Request Node:1
Add HTTP Request Node
Add an HTTP Request node to your workflow.
2
Configure the Request
Set up your API call:
- Method:
POST - URL:
https://api.qontext.ai/v1/retrieval - Headers: Add
X-API-Keywith your Qontext API key - Body: Your retrieval request payload
3
Import from cURL
Alternatively, use the cURL import button to paste API examples directly from the Qontext API Reference.