Generate the API token
-
Open Vercel and go to Settings → Tokens. Personal tokens live at
vercel.com/account/tokens.
Team tokens are under Team Settings → Tokens at
vercel.com/teams/:team-slug/settings/tokens.
- Click Create Token, name it (for example 3dvr-portal-ci), and create it. Tokens are shown only once.
- Copy the value immediately and save it as VERCEL_TOKEN in your repository secrets.
If you see an Apps section instead of Tokens, that is for OAuth client credentials.
Stick with API tokens for CI/CD and CLI access.
Collect the org (team) and project IDs
- Open the Vercel project dashboard for this site.
- Go to Settings → General and copy the Project ID into a secret named VERCEL_PROJECT_ID.
- Click your team name in the header, then open Settings → General to copy the Team ID (Org ID). Store it as VERCEL_ORG_ID.
Use it in OpenAI Workbench
Paste the token and IDs into the Vercel deploy card inside the
OpenAI Workbench to ship quick previews. The
workbench keeps tokens locally while logging deploy history to the shared Gun graph for teammates.