Build AI Sales Infrastructure
with the Vendo AI API
Full programmatic control over an autonomous AI sales system. Create agents, run multi-channel campaigns, automate signal-based prospecting, manage audiences — via REST API or MCP for AI assistants.
What You Can Build
The Vendo AI platform exposes every capability as an API endpoint. Here's what becomes possible when your sales infrastructure is fully programmable.
AI Agent Lifecycle
Create AI sales agents programmatically. Scan websites, generate sales scripts, set avatars, configure voice settings, connect Google Meet and Telegram — all without opening the dashboard.
35 MCP tools · 59 endpointsMulti-Channel Campaigns
Launch outreach across email, LinkedIn, voice calls, WhatsApp, and Telegram. Pause channels individually, preview costs, archive campaigns. The AI personalizes every message.
14 MCP tools · 18 endpointsCRM & Lead Pipeline
Access your live sales pipeline programmatically. Read leads, move cards between stages, reply to prospects on their source channel (LinkedIn or email), enrich contacts from LinkedIn, and manage custom kanban stages.
17 MCP tools · 16 endpointsAudience Search & Build
Search a verified B2B database by position, country, industry, company size, and technology stack. Save matched contacts as reusable audiences. Feed them into campaigns or download as CSV.
2 MCP tools · 4 endpointsSDR Signal Pipeline
9 autonomous AI hunters scan LinkedIn jobs, company activity, Hacker News, Crunchbase, G2 reviews, tech stacks, and more. Create signal searches, monitor discovered personas, launch outreach to hot leads.
34 MCP tools · 37 endpointsBilling & Usage Analytics
Read-only access to balance, subscriptions, invoices, and credit usage. Track spend by agent, by channel, by action type. Monitor SDR email capacity and plan limits.
13 MCP tools · 13 endpointsMCP for AI Assistants
Connect Claude, ChatGPT, Cursor, or Windsurf to the Vendo AI MCP server. Your AI assistant can create agents, search audiences, launch campaigns, and monitor signals — in natural language.
113 tools · Streamable HTTPTwo Interfaces, One Engine
Pick the one that fits your workflow — or use both. Same API key, same permissions, same capabilities.
REST API
- Base URL:
https://api.vendo-ai.com/v1 - 143 endpoints across 6 domains
- JSON request/response format
- Idempotency keys for safe retries
- Rate limit: 60 req/min per key
- Works from any language — Python, Node.js, Go, cURL
MCP Server
- Server URL:
https://api.vendo-ai.com/mcp - 113 tools matching all API capabilities
- Streamable HTTP transport
- Works with Claude, ChatGPT, Cursor, Windsurf
- Same API key, same permission scopes
- Natural language control over sales infrastructure
How Requests Flow
Every request follows the same security pipeline — whether it comes from your code or an AI assistant.
Your App / AI
REST call or MCP tool
API Gateway
Auth, rate limit, scope
Workspace Isolation
Key → workspace_id
Vendo AI Engine
Execute & respond
Destructive Action Safety
Every dangerous operation requires a two-step flow: preview with dry_run, then confirm to execute. A leaked key can't accidentally launch campaigns.
Workspace Isolation
Every API key resolves to a single workspace. The gateway injects workspace_id into all downstream calls. Cross-tenant access is structurally impossible.
Idempotency Support
Pass an Idempotency-Key header on any write request. Same result without re-executing side effects. Keys expire after 24 hours.
No billing:write Scope
Intentionally no billing:write. Top-ups and plan changes happen only in the browser portal. A compromised key cannot move money.
Rate Limiting
60 requests per minute per key. Response headers show remaining budget. X-Idempotency-Replay flags cache hits for retry detection.
SHA-256 Hashed Keys
Keys are stored as SHA-256 hashes, never in plaintext. The full key is shown exactly once at creation. Lose it — generate a new one.
11 Granular Permission Scopes
Every API key is scoped to exactly what it needs. Follow the principle of least privilege — give each integration only the scopes it requires.
agents:readList and inspect AI agents, connections, presentations, widget embed codesagents:writeCreate, update, scan, script, avatar, voice, connect/disconnect channelscampaigns:readList campaigns, get stats, read outreach contentcampaigns:writeCreate, update, archive campaigns and outreach templatescampaigns:controlLaunch, pause, resume, delete campaigns — the destructive operationsaudiences:readSearch the B2B database, preview audience sizesaudiences:writeSave audiences, export SDR personas to reusable listsanalytics:readSDR signal stats, hunter health, learning insights, company heatbilling:readBalance, subscriptions, invoices, usage breakdowns — read only, by designcrm:readRead pipeline leads, conversations, stages, statscrm:writeCreate, update, move, reply, enrich, delete leads; manage stagesVendo SDR — Signal Intelligence via API
The most unique part of the platform. 9 autonomous AI hunters scan the internet 24/7 for buying signals — and you can control the entire pipeline programmatically.
LinkedIn Jobs
Monitors job postings for signals like hiring sales teams, expanding to new markets, or adopting specific technologies. Highest volume hunter.
Connected People
Analyzes your network for news mentions, role changes, company announcements. Leverages existing connections for warm introductions.
LinkedIn Company
Tracks company-level activity — funding announcements, headcount changes, office expansions, product launches. Company-wide buying signals.
Hacker News
Scans "Who's Hiring" threads and Show HN posts. Catches early-stage companies actively building teams and looking for tools.
AI Web Search
Claude-powered web research that finds companies matching your ICP through semantic understanding. Paid hunter — off by default.
Crunchbase
Funding rounds, acquisitions, leadership changes. Companies that just raised are actively spending on growth tools.
G2 Reviews
Monitors competitor reviews and category browsing. Catches companies actively evaluating alternatives. Paid hunter.
Tech Stack
Detects technology changes — new CRM adoption, marketing tool switches, infrastructure upgrades. Paid hunter.
Email Enricher
Finds and validates work emails for discovered personas. 5 credits per enriched contact. Essential for outreach activation.
All hunters expose run-states, signal-stats, health, and learning-insights endpoints. See full SDR API reference →
What Developers Are Building
Real integration patterns that teams use with the Vendo AI platform.
Custom CRM Integration
Connect your existing CRM or use the built-in Vendo CRM API. Read your live pipeline, move leads between stages, reply on their source channel. When a deal moves to a stage, trigger campaigns automatically.
crm:read + crm:write + campaigns:controlAI-Powered Sales Dashboard
Build an internal dashboard that shows real-time SDR performance, hunter activity, signal heatmaps, and credit usage across all agents — all from API data.
analytics:read + billing:read + agents:readWhite-Label Sales Automation
Agencies and integrators build Vendo AI into their own products. Each client gets isolated agents and campaigns via workspace-scoped API keys. Your UI, our engine.
Full API surface with all scopesAI Assistant That Sells
Connect Claude or ChatGPT to the MCP server. Your AI assistant can search for prospects, create campaigns, launch outreach, and monitor results — all through conversation.
113 MCP tools · Natural languageGet Started in 3 Steps
From zero to your first API call in under 5 minutes.
Create an API Key
Go to Settings → API & MCP in the Vendo AI dashboard. Generate a key with the scopes you need. Save it — it's shown only once.
Make Your First Call
Hit GET /v1/billing/balance to verify your key works. Then explore agents, campaigns, audiences, or SDR.
Build Your Integration
Follow the step-by-step guides in our full documentation — create an agent, search audiences, launch a campaign, set up SDR.
API Pricing
API access is included with every Vendo AI plan. No separate API fees — same credits whether you use the dashboard or the API.
Credit System
Plans with API Access
Frequently Asked Questions
Start Building with Vendo AI
Full API documentation with guides, examples, and endpoint reference. Everything you need to integrate AI sales automation into your product.
