Vercel Connect for AI apps and agents
Securely connect agents to the tools, data, and services they need to take action.
1Install the skill
2Connect toSlack
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.
Getting started
See Vercel Connect in action with one of our templates.
Linear Issue DashboardA Next.js dashboard that securely pulls Linear issues, SLAs, and teams with Vercel Connect.
AI Chat with NotionAn AI chat app that reads from your Notion workspace through Vercel Connect.
Slack AI AgentA Slack agent whose channel credentials are managed by Vercel Connect.