Developer workflow connector

Vercel connector for governed AI agent access

Connect Vercel with an API token for deployments, projects, teams, and runtime observability endpoints.

API

Direct answer

OneQuery supports Vercel for governed agent access.

Teams use the Vercel connector to give AI agents bounded source API calls for endpoint-specific context while OneQuery keeps credentials centralized, limits access to approved sources, and preserves audit logs for review.

Agent workflow

What this connector enables

Vercel becomes an approved OneQuery source instead of a secret copied into an agent prompt, shell session, or model tool. The agent receives a governed access path, and the source credentials stay behind OneQuery.

  • Use bounded source API calls for endpoint-specific context for developer workflow context.
  • Keep Vercel credentials centralized and out of agent runtimes.
  • Review agent access through OneQuery audit history instead of reconstructing direct service usage.

Setup checklist

Prepare the Vercel connection

Use vercel credentials and connect the source through the Dashboard and CLI. Keep credentials scoped to the data the agent is allowed to read.

  1. Create a Vercel API token with read access to the account or team OneQuery should inspect.
  2. Copy the token into `credentials.apiToken`.
  3. Use `params[teamId]` in Source API requests when calling team-scoped Vercel endpoints.
  4. Only include `apiBaseUrl` when you need a non-default Vercel-compatible API origin.

FAQ

Vercel connector questions

What is the OneQuery Vercel connector?

The OneQuery Vercel connector makes developer workflow context from Vercel available to AI agents through bounded source API calls for endpoint-specific context. Connect Vercel with an API token for deployments, projects, teams, and runtime observability endpoints.

How do AI agents access Vercel through OneQuery?

Agents call OneQuery instead of receiving raw Vercel credentials. OneQuery keeps credentials centralized, applies source boundaries, and records access in audit logs while exposing bounded source API calls for endpoint-specific context.

How do I set up the Vercel connector?

Prepare vercel credentials and connect Vercel from the OneQuery dashboard or CLI. Start with this setup step: Create a Vercel API token with read access to the account or team OneQuery should inspect.