Stalar
Integrations

Vercel

View deployments and logs from Vercel

Access deployments and logs from Vercel.

What Stalar can do

ToolDescription
List projectsGet all Vercel projects
Get deploymentsList recent deployments
Get deployment detailsView details for a specific deployment
Get build logsRead build logs for a deployment
Get runtime logsRead runtime/function logs

Configuration

Required

FieldDescription
tokenVercel API token with read access

Optional

FieldDescription
teamIdTeam ID for team projects

Config file example

integrations:
  - name: "vercel-prod"
    type: "vercel"
    environment: "production"
    config:
      token: "${VERCEL_TOKEN}"

  # Team project
  - name: "vercel-team"
    type: "vercel"
    environment: "production"
    config:
      token: "${VERCEL_TOKEN}"
      teamId: "team_xxxxx"

Example queries

  • "What were the recent deployments?"
  • "Show me build logs for the last deploy"
  • "Are there any runtime errors?"
  • "What's in the server logs?"