Connecting Your AI Provider
This guide will help you connect an AI provider (like OpenAI or Google) so you can use AI models in your workflows.
What is an API Key?
An API Key is like a password that lets your workflow system access the AI provider's services. Keep it private—it's linked to your account!
What You'll Need
An API Key from your chosen AI provider:
- GPT-4 or ChatGPT models → OpenAI API Key
- Gemini models → Google AI API Key
- Claude models → Anthropic API Key
Setup Steps
1. Open the Integrations Settings

- Go to Settings in your application
- Click on Integrations
- Find the AI Providers section
2. Add Your API Key
- Locate your AI provider (e.g., "OpenAI" or "Google Gemini")
- Paste your API Key into the field
- Click Save or Connect
caution
Make sure you copy the entire key with no extra spaces. The connection won't work if the key is incomplete or incorrect.
3. Test Your Connection
- Run a workflow that uses your connected AI model
- Check that it completes without errors
Troubleshooting
If you see an error, verify:
- Your API Key is correct
- Your provider account is active with available credits
- The key has proper API access permissions
You're Done!
Your AI provider is now connected and ready to use in your workflows.
tip
You can connect multiple AI providers to use different models for different tasks. Just repeat these steps for each provider.