Impactify Docs

Creating an Event API Key

Simple steps to setup and use the MCP Server with an LLM.

🚀 1. Generate an Event API Key

  1. Navigate to your event's Settings page (find it under the staff tab).
  2. Click on the API Keys tab 🔑.
  3. Hit the orange Create Key button to start!

Create API Key

🛡️ 2. Select Key Permissions

  1. Choose the permissions you want for your new key (the more, the merrier for MCP Server!).
  2. Click the orange Create Key button again to confirm.
💡 Tip: For best results, we recommend enabling all permissions for keys used by the MCP Server. This ensures the MCP Server can access every endpoint it needs—otherwise, some requests may fail due to insufficient permissions.

Select key permissions

📋 3. Copy Your API Key

  1. Click the Copy button (clipboard icon) to copy your shiny new key to your clipboard. Easy!

Copy the key

🌐 4. Use Your API Key in Third-Party Applications

Your API Key is ready to go! 🎉 To authenticate requests to the Public REST API, simply set the Authorization header like this:

Authorization: Bearer <API_KEY>

You're all set—start building amazing integrations! 🚦