Give Codex 5 Minutes: Research a Market, Build a Presentation
Step-by-step tutorial: connect Codex to Felo OpenAPI, then watch it research a market, pull sources, and generate a complete presentation deck.

You need a market analysis presentation for tomorrow's client meeting. Instead of spending hours researching, structuring, and designing slides, you give Codex one prompt — and it does everything.
Here's exactly how.
3 Minutes to Connect Felo OpenAPI
Step 1: Go to openapi.felo.ai and create a free API key.
Step 2: Copy the prompt below and paste it into your Codex, Claude Code, or OpenClaw:
Connect to Felo OpenAPI with these capabilities:
- Models: Claude Opus 4.8, Claude Sonnet 4.6, Claude Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, Grok 4.5
- Search: POST /v2/chat (AI Search), POST /v2/web/extract (Web Fetch)
- Social: POST /v2/x/tweet/search (X Search), GET /v2/youtube/subtitling
- Output: POST /v2/ppts (PPT), POST /v2/mindmap, POST /v2/landing_page, Image Generation
- Memory: LiveDocs (semantic retrieval, file upload, URL resources, tasks, records)
- Workflows: SuperAgent SSE for multi-step conversations
Base URL: https://openapi.felo.ai
API Key: [YOUR_API_KEY]
Protocols: OpenAI-compatible Chat Completions, Anthropic-compatible Messages, Responses API
When I ask you to research something:
1. Use Search (POST /v2/chat) to find current information
2. Use Web Fetch (POST /v2/web/extract) to read specific pages
3. Save all findings to LiveDocs with source attribution
4. When I ask for a presentation, use the PPT API (POST /v2/ppts)
Always cite sources. Always save to LiveDocs.
Step 3: Connection complete. Your agent now has access to live search, web extraction, social data, memory, and output generation.
The User Story
You're a consultant. Tomorrow you have a client meeting about the AI search tool market. You need a 10-slide presentation with:
- Market size and growth trends
- Key players and competitive landscape
- Technology trends and predictions
- Cited sources for all data points
Instead of spending 4-6 hours on research and design, you give Codex one prompt.
You Only Need to Say This
Research the AI search tool market in 2026. Include market size, key players, technology trends, and predictions for the next 2 years. Find at least 5 credible sources. Then create a 10-slide presentation with a professional business theme.
What Codex Does Automatically
Step 1: Search for Market Data
Codex calls the AI Search API:
POST /v2/chat
{
"query": "AI search tool market size 2026 growth trends",
"model": "gpt-5.6-terra"
}
Returns: Structured search results with market data, analyst reports, and news articles.
Step 2: Read Source Pages
Codex calls Web Fetch to read the most credible sources:
POST /v2/web/extract
{
"url": "https://example-analyst-report.com/ai-search-market-2026"
}
Returns: Full page content with market size numbers, growth rates, and key findings.
Codex repeats this for 3-5 top sources.
Step 3: Check Industry Sentiment
Codex calls X Search to see what industry experts are saying:
POST /v2/x/tweet/search
{
"query": "AI search tools market 2026",
"sort": "relevance"
}
Returns: Relevant tweets from analysts, founders, and industry observers.
Step 4: Save Everything to LiveDocs
Codex saves all findings to the shared workspace:
- Market size data with source URLs
- Key player profiles
- Expert opinions from X
- Technology trend summaries
Each entry is tagged and attributed, so the next session can find and build on this research.
Step 5: Analyze and Structure
Codex synthesizes all the data into a logical presentation structure:
- Title: The AI Search Tool Market in 2026
- Market Size and Growth
- Key Players Overview
- Competitive Landscape
- Technology Trends
- Emerging Use Cases
- Customer Adoption Patterns
- Investment and Funding
- 2-Year Predictions
- Strategic Recommendations
Step 6: Generate the Presentation
Codex calls the PPT API:
POST /v2/ppts
{
"topic": "AI Search Tool Market in 2026",
"outline": [structured outline from analysis],
"theme": "business-professional",
"include_sources": true
}
Returns: A downloadable themed slide deck with 10 slides, each with cited sources.
The Result
You get a polished presentation:
- 10 professionally themed slides
- Data points backed by cited sources
- Competitive landscape analysis
- Forward-looking predictions
- Strategic recommendations
Total time: 5 minutes of setup + 2-3 minutes of agent execution.
The Complete Prompt Template (Copy & Reuse)
Research the [TOPIC] market. Include:
- Market size and growth trends
- Key players and competitive analysis
- Technology trends and future predictions
- At least 5 credible sources
Use Search (POST /v2/chat) for data, Web Fetch (POST /v2/web/extract) to read sources, X Search (POST /v2/x/tweet/search) for expert opinions, and save everything to LiveDocs.
Then create a [NUMBER]-slide presentation with a [THEME] theme. Include source citations on relevant slides.
Replace [TOPIC], [NUMBER], and [THEME] for any market research presentation.
Advanced: Make It Recurring
Set up a weekly prompt to refresh your market research:
Update our market research on [TOPIC]. Search for any new data since our last update (stored in LiveDocs), pull new sources, and generate an updated presentation. Flag any significant changes from the previous version.
Codex retrieves the previous research from LiveDocs, finds what's changed, and produces an updated deck.
Getting Started
- Create your free API key
- Paste the initialization prompt into your agent
- Try the market research prompt above
Stop spending hours on presentations. Give your agent the tools to research, structure, and generate.