Vercel Access Token
To authenticate with the Vercel API, you need a Personal Access Token or a Team Access Token.Create a new token
Click the Create Token button. Give it a descriptive name (e.g., “Corsair Integration”).
Select Scope
Choose the appropriate scope for your token. You can select Full Account for access to all personal projects, or select a Specific Team if you want to limit access to a team’s resources.
Storing the token
Once you have your token, store it using the Corsair CLI:Securing Webhooks (Optional)
If you configure Vercel webhooks to point to your Corsair endpoint, it is highly recommended to set a Webhook Secret to verify incoming payloads.- When you create a webhook in Vercel, it will provide a Secret.
- Pass this secret directly when initializing the Vercel plugin:
corsair.ts