Integrations
Vercel
View deployments and logs from Vercel
Access deployments and logs from Vercel.
What Stalar can do
| Tool | Description |
|---|---|
| List projects | Get all Vercel projects |
| Get deployments | List recent deployments |
| Get deployment details | View details for a specific deployment |
| Get build logs | Read build logs for a deployment |
| Get runtime logs | Read runtime/function logs |
Configuration
Required
| Field | Description |
|---|---|
token | Vercel API token with read access |
Optional
| Field | Description |
|---|---|
teamId | Team 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?"