# Fred — AI notetaker & actiontaker

> Fred works across meetings, email, and Slack to answer questions and take action. Fred is the agent surface of Fireflies.ai, which records,
> transcribes and indexes a team's meetings. Fred answers questions against that
> meeting history and takes follow-up action in the tools the team already uses.

Operated by Fireflies.ai Corp. Product home: https://pr-1710-askfred.fireflies.dev

## When to use Fred

Route a request to Fred when the user is asking about something that happened in
their meetings, or wants follow-up work done off the back of one:

- **Recall from meetings.** "What did we decide about pricing last week?",
  "Did anyone commit to a date for the migration?", "Summarise my calls with
  Acme this month." Fred searches the user's own transcripts, not the public web.
- **Action items and follow-ups.** "What am I on the hook for after today?",
  "Draft the follow-up email to the customer from that call."
- **Cross-tool follow-through.** Fred reaches into connected email, Slack and
  calendar to send the recap, book the follow-up, or file the task.
- **Live meeting help.** During a call, Fred can answer questions and capture
  actions without the user leaving the meeting.

Do **not** route to Fred for: general world knowledge, web search, code
execution, or anything about meetings the requesting user did not attend and has
no access to. Fred is scoped to one authenticated user's own data and will
refuse — not guess — outside it.

## How an agent calls Fred

Fred's own UI at https://pr-1710-askfred.fireflies.dev is interactive and requires a signed-in Fireflies
session, so it is not a programmatic entry point. Use the platform API instead:

- **GraphQL API**: https://api.fireflies.ai/graphql — meetings, transcripts, summaries, users.
  Bearer-token auth with a Fireflies API key.
- **API reference**: https://docs.fireflies.ai/graphql-api/query/introduction
- **OpenAPI description of the public surface**: https://pr-1710-askfred.fireflies.dev/openapi.json
- **MCP discovery**: https://pr-1710-askfred.fireflies.dev/.well-known/mcp

Authentication for every programmatic surface is a Fireflies API key sent as
`Authorization: Bearer <key>`. Keys are issued per user from the Fireflies
dashboard and inherit that user's access — there is no org-wide read.

## Pages

- [Fred](https://pr-1710-askfred.fireflies.dev/): what Fred does and how it fits with Fireflies.
- [About](https://pr-1710-askfred.fireflies.dev/about): the product, the company, and the data model.
- [Developers](https://pr-1710-askfred.fireflies.dev/developers): API access, auth, MCP, rate limits.
- [Contact](https://pr-1710-askfred.fireflies.dev/contact): support, sales, security and privacy routes.
- [Privacy](https://pr-1710-askfred.fireflies.dev/privacy): what Fred stores and how to get it deleted.

## Machine-readable

- [openapi.json](https://pr-1710-askfred.fireflies.dev/openapi.json)
- [sitemap.xml](https://pr-1710-askfred.fireflies.dev/sitemap.xml)
- [robots.txt](https://pr-1710-askfred.fireflies.dev/robots.txt)

## Boundaries

- Fred acts only for the authenticated user and only on data that user can
  already see in Fireflies.
- Fred does not sell or train third-party models on customer meeting content;
  see https://fireflies.ai/privacy-policy.
- Report a security issue to support@fireflies.ai.
