At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key comes from
FIREFLIES_API_KEY. - Docs: https://docs.fireflies.ai/getting-started/quickstart
Credentials
Set these per environment. See Connect an integration.Setup
- 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.
- Get your API key: Open Integrations → Fireflies API (https://app.fireflies.ai/integrations/custom/fireflies) and copy your API key.
- Set the environment variable: Add the key to your .env as FIREFLIES_API_KEY=…
- 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
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.