Everything you need to get started with Gekko's autonomous revenue engine.
Create your Gekko account and connect your CRM (Salesforce or HubSpot). We sync your accounts, contacts, and opportunities in minutes.
Settings → Integrations → Connect CRMTell Gekko who your ideal customer is. Industry, company size, tech stack, geography. The more specific, the better.
SDR → ICP Builder → Create ProfileConnect your intent data providers (6sense, ZoomInfo, Bombora) or use Gekko's built-in website tracking.
Data & Signals → Add Signal Source → ConfigureChoose how much autonomy to grant. Start with "Suggest Only" mode, then upgrade to "Auto-Execute" when comfortable.
Autonomy & Governance → Policies → Set ModeReview Gekko's first hypothesis (e.g., "10 fintech companies visited pricing page"). Approve or adjust, then launch.
Workspace → Approval Queue → Review & ApproveAny action indicating buying intent: website visits, content downloads, product usage changes, social media activity, technographic changes, funding events, job postings, etc.
Gekko clusters signals and generates buying hypotheses (e.g., "This account is ready to buy"). Each hypothesis has a confidence score (0-100).
AI agents execute campaigns: research prospects, write personalized emails, send LinkedIn messages, book meetings, update CRM, report results.
Every outcome (reply, meeting, win, loss) feeds back into the model. Messaging improves. Targeting refines. Win rates compound.
You control what runs autonomously. Set budgets, approve high-value hypotheses, review campaigns before launch. Full transparency.
Gekko identifies multiple stakeholders at target accounts and engages them with role-specific messaging. Reduces single-threaded deal risk.
Gekko provides a REST API for custom integrations and workflows.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.gekko.one/v1/signalsPOST /v1/signals
{
"account_id": "acme-corp",
"signal_type": "product_usage",
"confidence": 85,
"metadata": { "feature": "api", "usage": "high" }
}GET /v1/hypotheses?status=pending&confidence_min=70