Help/AI agents & API

AI agents & API

MCP, REST, CLI - Argorant for machines.

Connect Claude (and Claude Code)
The two-minute MCP setup.
Connect ChatGPT, Cursor, Grok & Grok Bot
Connector or API key - every client works.
The setup prompt
One copied prompt that configures any agent.
API keys and the REST API
Endpoints, auth, and rate limits.
The Argorant CLI
npx argorant - search, verify and export from the terminal.
The 25 agent starter credits
What they are, and the fair-use limits.
MCP tools, scopes and spending safety
What an agent can do, and what it can never do silently.
Set up Argorant in Claude (desktop and web)
The full connector walkthrough, with what to check when it does not appear.
Set up Argorant in Claude Code
One command, plus the CLI pairing that makes terminal work fast.
Set up Argorant in ChatGPT with a connector
The MCP path, and which ChatGPT plans expose it.
Use Argorant in ChatGPT without a connector
The API key path that works on every plan.
Set up Argorant in Codex
MCP where available, REST or CLI everywhere else.
Set up Argorant in Cursor
Add the MCP server, or paste the setup prompt and let Cursor configure itself.
Set up Argorant in Grok
Connector where xAI enables MCP, bearer key everywhere else.
Set up Argorant in Grok Build
xAI's terminal coding agent, wired to your data layer.
Set up Argorant in Grok Bot
Always-on teammates with a real data layer and a hard budget.
Build your own agent on Argorant
Custom runtimes: which surface to pick and how to shape the loop.
The authorization window, explained
What that sign-in pop-up is, why PKCE, and why some clients redirect to cursor://
The setup prompt, line by line
What each instruction in the copied prompt does, and why it is written that way.
REST: GET /api/mcp/account
Identity, scopes and daily quota. The call every agent should make first.
REST: GET /api/mcp/people/count
Free market counts. The endpoint you should call ten times before spending once.
REST: GET /api/mcp/people/preview
Free redacted previews. See the actual people before you pay for them.
REST: GET /api/mcp/people/reveal
The paid endpoint. One credit per contact, full details returned inline.
REST: POST /api/mcp/exports/create
Create a verified CSV export job and get a job id back.
REST: export status, download and batches
Polling a job, fetching the CSV, and handling exports above 50,000 rows.
REST: company endpoints
Company counts, company search, and who works at a given domain.
REST: POST /api/mcp/email/verify and /verify/batch
Verify your own addresses, one at a time or in batches of 500.
REST: list endpoints
Save a filtered list, then check its size later. Both free.
401 and 403: authentication and scope errors
One means the key is wrong, the other means the key is not allowed.
402: payment required, and what to do about it
Nothing is broken. The account just cannot pay for what you asked.
429: rate limits and daily quotas
Back off, then resume. Nothing is lost.
The CLI: install, shape and safety model
What npx argorant is, how it authenticates, and the one rule to internalize.
CLI: login, logout and where the key lives
Three ways to authenticate, and which one wins.
CLI: count and search
The two free commands you should wear out before spending anything.
CLI: company
Qualify a target account in one command, for free.
CLI: reveal
The command that spends credits inline. Read this before scripting it.
CLI: export, status, download and batches
Verified CSVs from the terminal, including exports above 50,000 rows.
CLI: verify, including CSV files
Check addresses you already own, one at a time or by the thousand.
CLI: list create and list status
Save a segment as a filter set, check its size any time. Both free.
CLI: every filter and option
The complete flag surface, plus the two flags that behave differently than you expect.
CLI exit codes and what to do with each
Six codes that let an agent branch without parsing text.
CLI: campaigns (operator keys only)
What this command group is and why your key probably cannot use it.
Key rotation for agents
One key per agent, rotated on a schedule, revoked without drama.
Spending guardrails: instructions that keep an agent cheap
Copy-ready rules for your agent's system prompt, plus the limits enforced server-side.