Skip to main content

Authentication Method

API Key Setup

Step 1: Get Your API Key

  1. Log in to app.fireflies.ai
  2. Click on your avatar → Integrations
  3. Go to the API Access section
  4. Copy your API Key
  5. Store it securely
Storing Credentials:
pnpm corsair setup --plugin=fireflies api_key=your-api-key

Webhook Setup (Optional)

  1. In Fireflies, go to SettingsWebhooks
  2. Add your endpoint URL
  3. Copy the signing secret
pnpm corsair setup --plugin=fireflies webhook_signature=your-webhook-secret

Required Credentials Summary

CredentialRequired ForWhere to Find
API KeyAll API callsSettings → Integrations → API Access
Webhook SecretWebhook verificationSettings → Webhooks
For general information about how Corsair handles authentication, see Authentication.