Your First AI Automation

Connecting AI to Your Tools

3 min read

Before building workflows, you need to connect your automation platform to both AI services and business tools. This lesson covers the connection process and best practices.

Two Types of Connections

1. AI Connections (The Brain)

These power the intelligent parts of your workflows:

AI ServiceWhat It DoesHow to Connect
Built-in AIGPT-5.4 Mini included free in Zapier, MakeNo setup needed
OpenAI (ChatGPT)GPT-5.4, GPT-5.4 Mini, custom modelsAPI key from OpenAI dashboard
Anthropic (Claude)Claude Sonnet 4.6, Claude Opus 4.6API key from Anthropic console
Google (Gemini)Gemini 3.1 Pro, Gemini 3.1 FlashAPI key from Google AI Studio

2. App Connections (The Hands)

These perform actions in your business tools:

CategoryPopular Apps
EmailGmail, Outlook, Mailchimp
CRMSalesforce, HubSpot, Pipedrive
CommunicationSlack, Microsoft Teams, Discord
DocumentsGoogle Docs, Notion, Airtable
Project ManagementAsana, Monday, Trello, ClickUp
StorageGoogle Drive, Dropbox, OneDrive

Connecting AI Services

Option 1: Use Built-in AI (Easiest)

Both Zapier and Make include AI capabilities at no extra cost:

Zapier:

  • "AI by Zapier" action—uses GPT-5.4 Mini
  • Available on all plans including free
  • No API key needed

Make:

  • OpenAI and AI modules included
  • "Make AI" features in premium plans
  • Maia natural language builder

Option 2: Bring Your Own API Key

For more control, power, or specific models:

STEP 1: Create an account
→ OpenAI: platform.openai.com
→ Anthropic: console.anthropic.com
→ Google: aistudio.google.com

STEP 2: Generate API key
→ Navigate to API Keys section
→ Create new key
→ Copy immediately (shown once)

STEP 3: Add to automation platform
→ Find OpenAI/Claude/Gemini in app connections
→ Paste your API key
→ Test the connection

API Key Security Checklist

Your API key is like a password. Protect it:

DoDon't
Store in platform's secure credentialsShare in emails or messages
Set usage limits in provider dashboardLeave unlimited spending enabled
Rotate keys periodicallyUse the same key everywhere
Use separate keys for test/productionCommit keys to code repositories

Connecting Business Apps

Most connections follow OAuth—you just click and authorize:

STEP 1: In your automation platform, click "Add Connection"

STEP 2: Select the app (e.g., Gmail, Slack, HubSpot)

STEP 3: Click "Sign in with [App]"

STEP 4: Grant permissions the automation needs

STEP 5: Connection is saved for all future workflows

Permission Best Practices

When granting access, consider:

Permission LevelWhen to Use
Read onlyWhen automation just reads data (monitoring, reporting)
Read + WriteWhen automation creates/updates data (most common)
Full accessOnly if automation needs admin-level actions

Tip: Most platforms let you create "test" or "development" credentials. Use these while learning, then switch to production when ready.

Managing Connections

Connection Health Dashboard

Check your connections regularly:

StatusMeaningAction
ConnectedWorking normallyNone needed
Needs reauthorizationToken expiredRe-authenticate
ErrorConnection brokenCheck credentials, reconnect

Organizing Multiple Connections

As you scale, you may have multiple accounts:

Example: Marketing Team Setup
├── Gmail (marketing@company.com)
├── Gmail (newsletter@company.com)
├── Slack (Marketing Workspace)
├── HubSpot (Marketing Account)
└── OpenAI (marketing-automation key)

Name your connections clearly to avoid confusion.

Cost Awareness

AI API Costs

AI services charge per use. Typical costs (2026):

ModelApproximate CostBest For
GPT-5.4 Mini$0.75 per 1M input tokensMost tasks, default choice
GPT-5.4$2.50 per 1M input tokensComplex reasoning
Claude Sonnet 4.6$3.00 per 1M input tokensLong documents, nuance
Gemini 3.1 Flash$0.075 per 1M input tokensHigh volume, budget

Tokens explained: ~750 words = 1,000 tokens. A typical email analysis uses 500-1,000 tokens.

Setting Spending Limits

Always set limits in your AI provider dashboard:

OpenAI Dashboard → Settings → Limits
- Set monthly maximum: $20 (start low)
- Enable email alerts at $10

Anthropic Console → Settings → Spend Management
- Set monthly limit: $20
- Get notified at 80% usage

Quick Connection Checklist

Before building your first workflow:

  • Create accounts on your chosen AI providers
  • Generate and securely store API keys
  • Connect AI services to your automation platform
  • Connect essential business apps (email, CRM, Slack)
  • Test each connection with a simple action
  • Set spending limits on AI services

Next: Time to build. Let's create your first working AI automation step by step. :::

Quick check: how does this lesson land for you?

Quiz

Module 2: Your First AI Automation

Take Quiz
FREE WEEKLY NEWSLETTER

Stay on the Nerd Track

One email per week — courses, deep dives, tools, and AI experiments.

No spam. Unsubscribe anytime.