x-luma-api-key header on every request to https://public-api.luma.com.
Prerequisites
Luma Plus
API access requires a Luma Plus organization. See the official getting started guide.
Create an API key
Open Luma API keys and create a key for your calendar.
Environment variables
Copy.env.example to .env in your project root:
.env automatically. In Node.js, load it yourself or export the variable in your shell.
Initialize the client
Client options
baseUrl only if you need to point at a different host (for example, a mock server in tests).