Skip to main content
This tutorial builds a small command-line agent that combines public company context with founder-provided facts, then asks Presenton Cloud to create a structured investor pitch-deck draft.

Business outcome

The agent accelerates the first draft without inventing traction, market size, financials, or fundraising terms. A founder still owns the facts and reviews the narrative before sharing it with investors.

Before you start

  • Create a Presenton Cloud API key.
  • Create an OpenAI API key for question generation.
  • Confirm you have permission to read and process the target website.

Build the agent

Save as pitch_deck_agent.py:
Run it with:

Review the investor narrative

Before sharing the deck, the founder and finance owner should verify:
  • Every traction figure, reporting period, and denominator.
  • Market-size methodology and cited sources.
  • Pricing, margins, runway, and fundraising terms.
  • Customer-logo and quote permissions.
  • Competitive claims and confidential information.
  • Whether all Founder input required placeholders are resolved.
A generated pitch deck is a draft, not financial or legal diligence. Never allow the agent to fabricate missing metrics merely to complete a slide.

Original example project

Explore the earlier pitch-deck agent and adapt its workflow to your approved research and model stack.