Vercel
Where to apply for a Vercel API token, how to scope it, and how to connect it to Nora.Vercel integrations let your agents list and trigger deployments, manage domains, and read environment variables. Nora authenticates with a Bearer token issued from your Vercel account.
Where to apply for credentials
API tokens are issued from your account settings:Vercel API Tokens
Scope and team selection
Vercel tokens scope to a user account by default. To act on a team’s projects, you need to either:- Generate the token from a team-admin user, or
- Set the Team ID field in Nora — Vercel API requests then include
?teamId=<id>and the token is interpreted in the team’s context.
Connect in Nora
Open the Vercel integration
From an agent’s detail page, open the Integrations tab and find Vercel in the catalog.
Verify the connection
The Test button callsGET /v2/user. Common failures:
- 403 Forbidden — token expired or its scope was reduced after issue.
- 400 with
forbidden— team ID is invalid or the token doesn’t belong to that team.
MCP server
There’s no official Vercel MCP server today. Track vercel/mcp (when it appears) — Nora’s catalog will be updated.Environment variables Nora injects
| Variable | Source |
|---|---|
VERCEL_TOKEN | API Token field |
VERCEL_TEAM_ID | Team ID field (if set) |

