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
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
Import the JSON
In n8n, click the ... menu at top-right, select "Import from File", choose the JSON.
Add your API keys
Settings > Credentials. Add OpenAI, Perplexity, and Gmail OAuth2. Connect each to the right node.
Test it
Click "Execute Workflow", open the form URL, enter a topic. Check your email.
Required API Endpoints
I break down a live AI workflow like this every single week.