generated: '2026-08-14' method: searched source: https://docs.fireflies.ai/fundamentals/limits docs: - https://docs.fireflies.ai/fundamentals/limits - https://docs.fireflies.ai/graphql-api/mutation/delete-transcript - https://docs.fireflies.ai/graphql-api/mutation/add-to-live limit_count: 7 response_headers: [] response_headers_note: >- Fireflies publishes NO rate-limit response headers — no X-RateLimit-Limit/Remaining/Reset, no RateLimit-* (RFC 9239 draft), no Retry-After. The ONLY runtime signal is the too_many_requests error code inside the GraphQL errors[] array, carrying extensions.metadata.retryAfter as an epoch-millisecond timestamp and extensions.status 429. An agent cannot discover remaining quota before exhausting it; it must budget from the plan tier and back off on the error body. exhaustion: error_code: too_many_requests status: 429 retry_signal: extensions.metadata.retryAfter retry_signal_format: epoch milliseconds name: Fireflies.ai Rate Limits description: API rate limits and file size constraints for the Fireflies.ai GraphQL API version: '0.1' url: https://docs.fireflies.ai/fundamentals/limits endpoint: https://api.fireflies.ai/graphql authentication: type: Bearer Token header: Authorization notes: API key obtained from app.fireflies.ai/integrations/custom/fireflies rateLimits: byPlan: - plan: Free limit: 50 window: day unit: requests - plan: Pro limit: 500 window: day unit: requests - plan: Business limit: 60 window: minute unit: requests - plan: Enterprise limit: 60 window: minute unit: requests byOperation: - operation: addToLiveMeeting mutation limit: 3 window: 20 minutes unit: requests appliesTo: all plans - operation: shareMeeting mutation limit: 10 window: hour unit: requests appliesTo: all plans - operation: deleteTranscript mutation limit: 10 window: minute unit: requests appliesTo: all plans mcpServer: endpoint: https://api.fireflies.ai/mcp notes: Shares the same rate limits as the GraphQL API; supports 17+ tools uploadLimits: audio: maxFileSizeMB: 200 appliesTo: all plans video: free: maxFileSizeMB: 100 paid: maxFileSizeMB: 1536 notes: 1.5 GB for Pro, Business, and Enterprise processingLimits: monthlyMinutes: individual: 3000 perUserTeam: 3000 teamMaximum: 150000 unit: minutes per source per month notes: Pooled per source for team accounts (e.g., 5 users = 15,000 minutes) exemptions: - Live meetings with Fireflies bot participation - Chrome Extension recordings - Mobile App recordings overageRate: 0.01 USD per extra minute