Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.

Setup

  1. Sign in to Fireflies: Go to https://app.fireflies.ai and sign in. Free accounts can use the API; record at least one test meeting so transcripts exist.
  2. Get your API key: Open Integrations → Fireflies API (https://app.fireflies.ai/integrations/custom/fireflies) and copy your API key.
  3. Set the environment variable: Add the key to your .env as FIREFLIES_API_KEY=…
  4. Verify access: Run List Users - it should return at least your own account.
  • All requests are GraphQL POSTs to https://api.fireflies.ai/graphql with ‘Authorization: Bearer <key>’
  • transcripts is capped at 50 results per query; paginate with skip
  • Business/Enterprise plans unlock some fields (e.g. full AI summaries) that may be null on lower tiers
Provider API reference: https://docs.fireflies.ai

Tools

Example prompts

  • List my Fireflies meeting transcripts from the last week with titles, dates, and participants.
  • Get the Fireflies transcript for my latest meeting and summarize the key points and action items.