Quickstart
Connect your AI agent to Passo in under 2 minutes. Source creators, manage campaigns, and automate influencer outreach — all from a conversation.
1. Get your API key
Sign in to pro.passo.co, go to Workspace Settings → API Keys, and create a new key. The key (format: passo_ + 64 hex characters) is shown once — save it somewhere secure.
2a. Claude Code
Run this command in your terminal:
claude mcp add --transport http passo https://pro.passo.co/api/mcp \
--header "Authorization: Bearer YOUR_PASSO_API_KEY"Replace YOUR_PASSO_API_KEY with your actual key.
2b. Claude.ai / Claude Desktop
- Open Settings → Connectors → Add custom connector
- Set the URL to
https://pro.passo.co/api/mcp - Add your API key as a bearer token in the authorization header
2c. Other MCP clients
Any MCP client that supports streamable HTTP and custom headers will work. Point it at:
https://pro.passo.co/api/mcpSet the Authorization header to Bearer YOUR_PASSO_API_KEY. Transport is stateless HTTP (SSE is not supported).
3. Your first prompt
Once connected, try this to verify everything works:
Call whoami to confirm my workspace, then list my live campaigns.You should see your workspace name and any active campaigns. From here, you can explore all 21 tools or build automation flows.
Next steps
- Tools reference — all 21 tools with descriptions and example prompts
- Automation flows — prototype workflows in chat, then run them on triggers
- FAQ — auth, rate limits, scopes, and common questions