Vercel

Create a Vercel API token and grab your IDs

Copy the token, org (team) ID, and project ID that the Vercel Dev Preview workflow needs.

Generate the API token

  1. 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.
  2. Click Create Token, name it (for example 3dvr-portal-ci), and create it. Tokens are shown only once.
  3. 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

  1. Open the Vercel project dashboard for this site.
  2. Go to Settings → General and copy the Project ID into a secret named VERCEL_PROJECT_ID.
  3. 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.

⬅ Back to guides Next: Stable dev alias OpenAI Workbench