cal) plugin.
Authentication Method
The Cal plugin uses API key authentication.api_key(default) — Cal.com API key for server-to-server access
API Key
Step 1: Create an API Key in Cal.com
- Log in to Cal.com.
- Open Settings → Developer → API keys (wording may appear as Developer or API depending on your Cal.com version).
- Click to create a new API key.
- Give it a label (for example,
Corsair) and confirm any scope or permission prompts. - Copy the key when it is shown — you typically cannot view it again after creation.
Webhooks (Optional)
If you use Cal.com webhooks, configure the signing or verification secret Cal provides for your webhook endpoint and store it aswebhook_signature if your deployment verifies incoming requests with the value Corsair reads from the key store.
Required Credentials Summary
| Credential | Required for | Where to find |
|---|---|---|
| API key | api_key auth | Cal.com → Settings → Developer → API keys |
| Webhook secret | Webhooks (if used) | Cal.com webhook / app settings |