Creating an Event API Key
Simple steps to setup and use the MCP Server with an LLM.
🚀 1. Generate an Event API Key
- Navigate to your event's Settings page (find it under the
staff
tab). - Click on the API Keys tab 🔑.
- Hit the orange Create Key button to start!
🛡️ 2. Select Key Permissions
- Choose the permissions you want for your new key (the more, the merrier for MCP Server!).
- 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.
📋 3. Copy Your API Key
- Click the Copy button (clipboard icon) to copy your shiny new key to your clipboard. Easy!
🌐 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! 🚦