Skip to main content
n8n is a powerful workflow automation tool that enables you to automate tasks and connect different services together. By integrating Passy with n8n, you can leverage AI capabilities in your automated workflows.

Prerequisites

Before you begin, make sure you have:
  • An Passy API key
  • Access to an n8n instance (self-hosted or cloud)
  • Basic familiarity with creating n8n workflows

Integration Guide

Passy can be seamlessly integrated into n8n using the OpenAI node with custom configuration. Follow the steps below to set up the integration.
1

Create OpenAI Credentials

First, you need to create credentials for connecting to Passy’s API.n8n Credentials Menu
  1. In your n8n instance, navigate to SettingsCredentials
  2. Click on Add Credential to create a new credential
Select OpenAI Credential Type
  1. Search for and select OpenAI from the list of available credentials
2

Configure Passy Connection

Now you’ll configure the OpenAI credential to point to Passy’s API endpoint.Configure Credential SettingsFill in the following fields:
  • Credential Name: Give it a descriptive name like “Passy AI”
  • API Key: Paste your Passy API key
  • Base URL: Enter https://api.passy.ai/v1
  • Organization ID: Leave this field blank
Final Credential ConfigurationClick Save to store your credentials.
3

Use Passy in Your Workflow

Now you can add AI capabilities to your n8n workflows using Passy.
  1. Create a new workflow or open an existing one
  2. Add an OpenAI Chat Model node or AI Agent node to your workflow
  3. Select the Passy credentials you just created
  4. Choose a model from Passy’s model catalog
Popular models to try: - gpt-5 - OpenAI’s GPT-5 model - claude-4.5-sonnet - Anthropic’s Claude 4.5 Sonnet - gemini-3.0-flash - Google’s Gemini 3.0 Flash
Important: If you’re using the OpenAI node, make sure to disable the “Use Responses API” option, as Passy does not currently support this feature.
  1. Configure additional parameters as needed (temperature, max tokens, etc.)
  2. Connect the node to your workflow logic
4

Test the Integration

Test your workflow to ensure everything is working correctly.
  1. Add a test input to your workflow (e.g., a manual trigger with a sample prompt)
  2. Execute the workflow
  3. Verify that you receive responses from the Passy AI model
  4. Check the execution logs if you encounter any issues
Success! You’ve successfully integrated Passy with n8n. You can now build powerful AI-driven automation workflows.

Next Steps

Now that you have Passy integrated with n8n, you can:

Support

If you encounter any issues or have questions: