How to use Orq.ai nodes in n8n worklfows

Quickly add Orq.ai functionalities to your n8n workflows.

🚧

Currently available only on n8n Desktop and self-hosted. Not yet supported on n8n Cloud.

1. Installation

  1. Open n8n
  2. Go to Settings (click on your profile icon in the bottom left)
  3. Select "Community Nodes"
  4. Click "Install a community node"
  5. Enter: n8n-nodes-orq
  6. Click "Install"

The node will be downloaded from npm and installed automatically. You may need to refresh your browser or restart n8n Desktop for the node to appear.

2. Get Your API Key

  • Sign up at orq.ai
  • Go to Workspace settingsAPI Keys
  • Copy the key

3. Add Credentials in n8n

  • Go to CredentialsNew
  • Search for "Orq API"
  • Paste your API key
  • Name it and save

4. Create Your First Workflow

Simple Text Generation

  1. Add a Manual Trigger node
  2. Add an Orq Deployment node
  3. Connect them
  4. Configure the Orq node:
    • Select a deployment
    • Add a message:
      • Role: user
      • Content: your prompt
  5. Click Execute Workflow

Deployment Node

Invoke an Orq deployment with messages, context, and inputs.

Parameters:

  • Deployment Key: Select from your available deployments

  • Context: Set key-value pairs for deployment routing

  • Inputs: Provide values for prompt variables

    • Add key-value pairs for each {{variable}} in your deployment
  • Messages: Add conversation messages with support for:

    • Roles: User, System, or Assistant
    • Content Types (User role only):
      • Text: Plain text messages
      • Image: URLs or Base64-encoded images
    • Optional text: Add descriptions with images for models that support it