1. Create an API key
API keys are managed from the Salesgraph dashboard.1
Open API key settings
Go to Settings → API Keys in your dashboard.
2
Create a key
Name it (for example,
Production agent) and click Create key.3
Copy it now
The full key is shown once. Copy it and store it somewhere safe — you can’t see it again.
Keys look like
sg_live_….2. Connect a client
The server lives at:Authorization: Bearer <your key> header. Most MCP clients let you
configure the URL and a header. See the per-client guides:
Claude
Cursor
Raw HTTP
3. Make your first call
Once connected, ask your agent to use a Salesgraph tool. For example:“Use Salesgraph to research Stripe and summarize what they do.”Your agent will call the
research tool and return a cited markdown brief.
To test the connection directly over HTTP without a client:
401, double-check the key
and the Authorization header.
Next steps
Browse the tools
See what each tool does and what it expects.
Understand async runs
GTM and org audits run in the background — learn how to poll them.