Vercel Connect finishes the CLI story: all 100+ connectors now configure without opening the dashboard
Vercel Changelog·medium signal
`vercel connect create` previously completed setup in the terminal for only some services and punted everything else to the dashboard. Now all 100+ services configure end-to-end from the CLI: the command pre-populates brand name, icon and auth type, prompts for credentials, and `vercel connect attach [service/name] --project [project] --environment [env]` wires it to a project and environment. Scoped tokens come from `getToken()` — the practical win is that connector setup becomes scriptable rather than a manual browser step in CI or agent workflows.