Fireflies.ai Integration
DevBoy tools provides integration with Fireflies.ai for accessing meeting transcripts, summaries, and action items through AI assistants. This is the first provider in the MeetingNotes category.
Authentication
Fireflies uses a simple API key for authentication:
Configuration
Basic configuration
Configuration file
Settings are stored in ~/.config/devboy-tools/config.toml:
Environment variables
Available Tools
get_meeting_notes
List meeting notes with optional filters.
Example:
get_meeting_transcript
Get the full transcript for a meeting with speaker-attributed, timestamped sentences.
Example output:
search_meeting_notes
Search across meetings by keywords, topics, or action items.
Example:
Use Cases
- Task Context — When picking up a task, read meeting transcripts where requirements were discussed.
- Action Item Tracking — Cross-reference meeting action items with open issues.
- Decision Archaeology — Search past meetings to understand why technical decisions were made.
API Reference
- Endpoint:
https://api.fireflies.ai/graphql - Protocol: GraphQL
- Rate Limits: Standard API rate limits apply
- Documentation: Fireflies GraphQL API