This document rovides a clear, technical roadmap for setting up the Cloud-Only AI Stack for the Building AI Agents Tech-Jam.
To maximize our time during the 12-hour Tech Jam, every participant must complete the following account setups. This ensures you have the necessary "Keys" to power your AI Agents.
Estimated Time: 15–20 Minutes
Requirements: A web browser (Chrome or Edge recommended) and a stable internet connection.
No installation is required.
This is where we will build our AI workflows and the Pharma-IQ agent.
- Go to flowiseai.com.
- Click on "Get Started with Cloud".
- Register for a free account.
- Verification: Once logged in, you should see an empty dashboard with a side menu (Chatflows, Marketplaces, Credentials, etc.).
Groq provides the high-speed Large Language Models (LLMs) that act as the "reasoning engine" for our agents.
- Go to console.groq.com.
- Sign up using your work or personal email.
- Navigate to Settings → API Keys in the sidebar.
- Click "Create API Key".
- Important: Name it "Pharma-IQ-Key" and copy the key immediately. Store it in a notepad; you won't be able to see it again once you close the window.
We use Google’s Gemini to convert Pfizer documents into a format the AI can "read" and search.
- Go to aistudio.google.com.
- Sign in with a Google account.
- On the left sidebar, click "Get API key".
- Click "Create API key in new project".
- Copy the key and save it. We will use the
gemini-embedding-001model during Session 3.
To give our agents the ability to research live medical data, we will set up both SerpAPI and Tavily to ensure redundancy and higher search limits.
Tavily is optimized for AI agents and offers 1,000 free searches per month.
- Go to tavily.com.
- Sign up for the Free Tier.
- Copy your API Key from the dashboard.
SerpAPI is a powerful alternative that mimics Google Search.
- Go to serpapi.com.
- Register for a free account (provides 100 searches/month).
- Navigate to your Dashboard and copy the Private API Key.