LLMgram · AI News · 2026-08-11

Vercel CLI now supports creation of 100+ Connect connectors

Vercel CLI now supports creation of 100+ Connect connectors

Vercel now lets developers create and wire up over 100 Connect service integrations entirely from the CLI, replacing the old workflow where some connections still required a trip to the web dashboard. With a single command, you can create a connector, attach it to a project and environment, and the tool auto-fills brand details, icons, auth types, and discovery URLs, prompting only for needed credentials. Once attached, getToken returns a scoped, short-lived token, as shown with Shopify. This reduces friction for AI agent builders who need to iterate quickly without context switches. Still, Connect is in beta, so connector behavior and availability may change before broad release.

Sources

Vercel CLI now supports creation of 100+ Connect connectors

Vercel CLI now supports creation of 100+ Connect connectors

Vercel CLI now supports creating any Connect connector, including 100+ presets. Set up, attach, and request tokens without leaving the terminal.

Key takeaway

Vercel is consolidating its ecosystem by making third-party service integration as seamless as deploying the application itself.

What happened

Vercel announced that its CLI now supports creating any Connect connector, including over 100 presets, allowing users to set up, attach, and request tokens entirely from the terminal. Previously, the `vercel connect create` command completed setup in the terminal for some services but opened the dashboard for everything else.

The CLI pre-populates brand name, icon, auth type, and MCP or discovery URL, then prompts for any credentials the service requires. After attaching the connector, developers can call `getToken` with the connector UID to request a short-lived, scoped token, as shown in a Shopify integration example. Vercel Connect is in beta and available on all plans.

Evidence

  • Vercel CLI now supports creating any Connect connector, including 100+ presets, enabling setup, attach, and token requests without leaving the terminal.

    Vercel AI · attributed

    Vercel CLI now supports creating any Connect connector, including 100+ presets. Set up, attach, and request tokens without leaving the terminal.

Why it matters

By moving connector setup into the CLI, Vercel lowers the barrier for builders creating AI agents, letting them scaffold complex integrations without leaving the terminal and accelerating iteration cycles.

Limits and uncertainties

Vercel Connect is in beta; features and behavior, including available connectors and trigger forwarding, may change before general availability.

Practical implications

Developers can now automate integration setup in CI/CD pipelines by scripting CLI commands, eliminating manual dashboard steps.

AI agents can programmatically obtain short-lived, scoped tokens via getToken to call external APIs, reducing the need for hardcoded credentials.

What to watch

Monitor the Vercel connectors directory for new presets and the CLI reference for additional commands.

Sources

LLMgram editorial selection and synthesis · @llmgram. LLMgram is not the original publisher of this information.
Continue on LLMgram: Open in AI Signal →
Original reporting: Vercel Connect now supports CLI setup for 100+ connectors