⚡ APRIL 9, 2026 WORKSHOP

Build Your First
AI Agent

You showed up. You built it. Now take it home. Recreate the complete automated research agent workflow from today's session.

Workflow Nodes Architecture

Form Input
AI Agent
Evaluate
Moderate
Switch
Audio TTS
Email

A topic is input via form, Perplexity scans the web in real-time, GPT-4o synthesizes an audio script, runs a safety check, converts it to a TTS audio file, and Gmail sends the report directly to your inbox.

Unlock your workshop files

Submit your email below to instantly access the download page containing the n8n JSON schema, prompting scripts, and the workshop cheatsheet.

n8n Deployment checklist

01

Import the JSON

In n8n, click the ... menu at top-right, select "Import from File", choose the JSON.

02

Add your API keys

Settings > Credentials. Add OpenAI, Perplexity, and Gmail OAuth2. Connect each to the right node.

03

Test it

Click "Execute Workflow", open the form URL, enter a topic. Check your email.

Required API Endpoints

OpenAI
platform.openai.com/api-keys
Perplexity
perplexity.ai/settings/api
Google OAuth2
console.cloud.google.com

I break down a live AI workflow like this every single week.