Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Connect - Vercel
[go: Go Back, main page]

Skip to content
Dashboard

Vercel Connect for AI apps and agents

Read docs
$npm i @vercel/connect
Securely connect agents to the tools, data, and services they need to take action.
1Install the skill
$ npx skills add vercel/vercel-plugin --skill vercel-connect
2Connect toSlack
$ vercel connect create slack --name acme-slack
3Read its data

From your agent or your app.

import { getToken } from '@vercel/connect';
const token = await getToken('slack/acme-slack');

Learn more on vercel.com/docs/connect

  • Secure credentials for agent workflowsUse short-lived, scoped tokens instead of long-lived secrets. Keep access controlled across projects and environments.
  • Request credentials at runtimeCreate and manage connectors from Vercel, then request credentials when your app or agent needs them.
  • Built for agents that take actionConnect agents to services like Slack, GitHub, and Notion so they can read context and trigger workflows.
  • Centralized connection managementManage all third-party connections in one place across your team, projects, and environments.

Frequently asked questions