For AI-native teams

Build your GTM
the way you build your product.
icon

Reach the buyer graph in code: SDK, MCP, REST, and CLI. Embed it in your product, run agents over your own data.

AI-native teams do not buy seven GTM tools and stitch them together. They build on one data layer: 700M contacts, 100M companies, 30B intent signals, addressable by npm install, an MCP server, REST, and the CLI. Search free, unlimited contact data at $25 per user. Stand up data, site, campaigns, and CRM in one swoop. Pay for compute, not seats.

25+ SDK modules 150+ REST endpoints 100+ MCP tools 143 CLI commands
gtm.ts data layer
$ npm install @graph8/js
import { g8 } from '@graph8/js';

g8.init({ apiKey: 'YOUR_KEY' });

// 700M contacts, free to search
const c = await g8.enrich.person({
  email: '[email protected]'
});

c.title;    // "VP Engineering"
c.company;  // "Acme Corp"
The problem

You wire up seven GTM SaaS tools, then pay for each one twice.

Enrichment here, sequencer there, booking somewhere else. Per-seat plus per-lookup taxes, and the data you most want to reach lives behind a UI you cannot call from code.

Stitch seven separate contracts
Per-seat plus per-lookup taxes
Data you cannot reach in code
A new integration for every tool
Glue scripts you maintain forever
The graph8 promise

One buyer graph, addressable in code.

The same data that powers the app, reachable by SDK, MCP, REST, and CLI. Search free, unlimited contact data at $25 per user. Build it into your product and run agents over it.

One data layer, four interfaces
Search free, unlimited data at $25 per user
Reach every record in code
Embed graph8 in your own product
Stand up the whole GTM in one swoop
One platform, four interfaces

Reach the buyer graph from wherever you build.

Same auth, same data, same credits. SDK, MCP, REST, and CLI are all first-class. Pick the surface that fits your codebase, or use all four.

25+ modules
SDK Embed in your app or agent npm install @graph8/js
100+ tools
MCP Agents in Claude, Cursor, ChatGPT https://be.graph8.com/mcp/
150+ endpoints
REST Any language, OpenAPI 3.1 POST /api/v1/lookup/person
143 commands
CLI Scripts, CI/CD, terminal g8 lookup person --email
Build on the data layer

700M contacts, free, reachable four ways.

graph8-owned data is the foundation: 700M contacts, 100M companies, 30B intent signals, plus website-visitor identification, free to search on every plan. Reveal and enrich from 1,000 free credits, unlimited at $25 per user. Query it from npm, REST, an MCP tool, or the CLI. Same record, same result, your choice of surface.

  • 700M contacts, 100M companies, 30B signals
  • Free to search, unlimited data at $25 per user
  • One record, four ways to reach it
  • You pay only when graph8 executes
SDK TypeScript
await g8.enrich.person({ email })
MCP Claude / Cursor
Tool: g8_lookup_person
REST cURL
POST /api/v1/lookup/person
CLI terminal
g8 lookup person --email
.cursor/mcp.json
{
  "mcpServers": {
    "graph8": {
      "url": "https://be.graph8.com/mcp/"
    }
  }
}

Paste, restart, sign in with OAuth. Your agent now has 100+ graph8 tools.

Claude.ai

URL paste

Claude Code

claude mcp add

Cursor

mcp.json

ChatGPT

URL paste

Windsurf

mcp_config

VS Code

settings.json
Your agent gets the full toolbox

Give your AI agent 100+ tools over MCP, not what a connector exposes.

The MCP server gives an agent full first-party write access: CRM, prospecting, enrichment, sequences, campaigns, workflows, voice, and more. OAuth handles sign-in, so there are no keys to juggle. It works in Claude, Cursor, ChatGPT, and the agent frameworks you already use.

  • 100+ tools, full first-party write access
  • OAuth sign-in, no keys to manage
  • Works in Claude, Cursor, ChatGPT, and more
  • The same data the SDK and REST API see
Embed graph8 in your product

One line each. Your UI, our data and widgets underneath.

graph8 is infrastructure you build on. Identify the account on the page, drop in an AI copilot, book inside your app, and skip form fields you already know. Your flow stays yours; the data layer does the heavy lifting.

g8.visitors.identify()

Identify the visitor

IP-to-company in the browser. Personalize the page for the account before they type a thing.

g8.copilot.open()

Embed an AI copilot

An assistant that knows your knowledge base, answers questions, and books demos inside your UI.

g8.calendar.show()

Book inside your app

Native scheduling, no redirect to a third-party page. Slot routing is yours to configure.

g8.forms.lookup(email)

Skip fields you know

Progressive forms ask for two fields, not six. graph8 fills the rest from first-party data.

PricingPage.tsx
// Personalize before the visitor types anything
const v = await g8.visitors.identify();

if (v.company?.segment === 'enterprise') {
  showEnterprisePlan(v.company.name);
  g8.copilot.open({ greeting: `Hi ${v.company.name}` });
}
Run agents over your own data

Point named agents at your buyer graph and let them work.

SDR, Deal, CSM, and Content agents run over the data you already own. Every action is governed by your rules and logged to revenue memory, so the next agent and the next rep both see what happened. No black box, no export.

  • Agents act on your own buyer graph
  • Governed by your rules and limits
  • Every action logged to revenue memory
  • The next agent and rep see the full trail
Agents on your data
Running
SDR agent Builds lists, sends, books meetings
logged
Deal agent Moves stages, drafts the next step
logged
CSM agent Watches health, flags churn risk
logged
Content agent Drafts copy and pages on your context
logged
Every action written to revenue memory, governed by your rules.
One swoop

Stand up data, site, campaigns, and CRM together.

Instead of buying and wiring seven tools across six months, you stand up the whole GTM at once: the data layer, the site, the campaigns, and the CRM, all reading and writing one buyer graph.

Data 700M contacts, 100M companies, 30B signals
Site Landing pages, forms, visitor ID embedded
Campaigns Sequences, dialer, broadcasts from code
CRM Deals, pipelines, two-way sync, revenue memory
How it connects

One data layer feeds your product, your agents, and your GTM.

Everything reads and writes the same buyer graph. The data you embed in your product, the agents you run over it, and the campaigns you launch from it all share one source of truth.

Data layer 700M contacts · 100M companies · 30B signals
Your product visitor ID, copilot, booking, forms g8.visitors.identify()
Your agents SDR, Deal, CSM, Content g8_lookup_person
Your GTM campaigns, dialer, deals, sync g8.campaigns.create()
Every write lands back on the same buyer graph, in revenue memory.
Built on a decade of real outbound

graph8 comes out of CIENCE: ten years of running real B2B outbound at scale. The data and the playbooks are trained on real campaign outcomes, not a brand-new guess at what works. The same engine, now an AI-native platform you build on in code.

25+ SDK modules
150+ REST endpoints
100+ MCP tools
143 CLI commands

Build your GTM the way you build your product.

Start on the data layer today. Search free, unlimited contact data at $25 per user. Reach it by SDK, MCP, REST, or CLI, and embed it in your product.

graph8 Execution Plan

$499 /month

7-day free trial. No credit card. Cancel anytime.

Unlimited contact data for every user MCP Unlimited included, a $25/user value. Searching never uses credits.
You only pay for execution

Campaigns, dialer, AI voice, and AI workflows

Meetings routed and booked for you

75,000 execution credits a month

Unlimited users, no seat fees

MCP Unlimited
Claude ChatGPT Cursor VS Code
Unlimited contact data. Fair-use policy applies. 2,500 execution credits/mo included.
$25 /user/mo
Get MCP Unlimited
Pay As You Go Try the full platform free. 1,000 contact reveals and 500 execution actions included, then $0.05/credit.
$0 /month
Start free, no card

Execution credits send, call, and run agents. Contact credits reveal and enrich the people you're targeting.

Start free in 3 minutes. No credit card required.

graph8 Execution Plan What $499 runs for you

Search and browse stay free for your whole team on every plan.

Your GTM, executed 75,000 credits included

Campaigns and sending infrastructure

Mailboxes, domains, and deliverability run for you, end to end.

5-channel sequencer

Email, phone, LinkedIn, SMS, and WhatsApp in automated sequences.

Dialer and AI voice agents

Clone any rep's voice for inbound and outbound calls with live booking.

AI inbox

Replies triaged, drafted, and answered across every channel.

Meeting routing and booking

Route leads to the right rep and book the meeting automatically.

CRM, pipeline, and quotes

Deals, quotes, and AI-prioritized actions in the AE Cockpit.

Studio content engine

Brand, ICPs, messaging, landing pages, and campaign content.

AI agents and workflows

Named agents (SDR, Deal, CSM, CRO) plus automations across the platform.

Data without limits Included

MCP Unlimited for every user

A $25/user value, included for the whole org on the Execution plan.

No monthly cap on contact data

Reveals, lookups, enrichments, and exports run org-wide, every seat.

Buying signals

Visitors, intent, hiring, and job-change signals on every account.

Waterfall enrichment

Third-party providers draw execution credits per matched provider, pay only on match. Bring your own vendors too.

Free search and browse

Your whole team explores 700M+ contacts, 100M+ companies, intent, and visitors.

Org-wide by default Always on

Unlimited users, no seat fees

Invite everyone. Pricing never scales with headcount.

Every feature unlocked

No tiers gating voice, enrichment, sequencer, campaigns, or the desktop app.

Built-in CDP and integrations

Warehouse, 500+ connectors, two-way CRM sync included.

Month-to-month, no contracts

Cancel anytime. Credits never expire.

Fair-use rate limits

Rate limits apply on all plans. They guard against scraping, not real GTM work.

Credits get cheaper as you commit
$0.05 Pay As You Go -> $0.01 MCP Unlimited -> $0.0067 Execution
graph8

Ready to Replace Your Sales Stack?

One platform. $499/month. No data cap, 75,000 credits, unlimited users. Battle-tested and launching campaigns in 3 minutes.

Get Started
GTM Platform InterfaceVoice AI Interface