What abm.dev is
abm.dev is account-based marketing enrichment for AI agents. One call describes a person or a company, and every value comes back cited, scored, and explained. Developer-first. Agent-first.
Marketing, back when it was a craft. The data is rich enough to do it again — at scale this time.
What you get back
Ask about a person or a company. abm.dev resolves the answer across ten data sources — LinkedIn, Companies House, Perplexity, Tavily, Hunter, and others — into a single response.
Eighty-nine canonical fields: forty-three for the person, forty-six for the company. Forty signals on top.
Every value carries three things:
- its source — which provider it came from
- a confidence score, from
0to1— higher means more sources agree - a selection_reason — why that value was chosen over the alternatives
No fabricated facts. A value is cited or it is not returned. No silent fallbacks.
For the field-by-field map, see canonical fields. For how to read confidence, see confidence scores. For the providers, see data sources.
One call
Here is the shape of an enrichment.
POST https://api.abm.dev/api/v2/enrichments
x-api-key: YOUR_API_KEY
Content-Type: application/json
{
"targets": [
{ "type": "person", "email": "[email protected]" }
]
}Each target also accepts a LinkedIn URL or a company domain. Fetch a result by id:
GET https://api.abm.dev/api/v2/enrichments/{id}Note
x-api-key (used here) or Authorization: Bearer on POST /api/v2/enrichments. Confirm against the live API reference before you wire it in.Full request and response detail lives in the API reference.
Three ways to use it
Pick the one that fits how you work.
For AI agents (Claude)
The MCP server at https://mcp.abm.dev/mcp exposes abm.dev’s enrichment tools inside Claude. In Claude, go to Settings → Connectors → Custom, and paste that URL. See /for-agents.
For coding agents (Cursor, Claude Code, Windsurf)
Paste a prompt that tells the agent to read abm.dev/llms.txt, request an API key, save it to a .env, run one test enrichment, and report back with citations. See /for-agents.
For developers (scripts, terminal)
Call the REST API directly with x-api-key. Start at /docs/getting-started and the /api-reference.
Built for agent loops
Real-time SSE streaming for agent loops. Webhooks fire when batch jobs finish. The specifics — paths, payloads, delivery — live in the docs; see /api-reference/jobs.
Pricing
Pay per enrichment. No subscription. Credits never expire. Every source is included — no per-source bills, no per-field charge. From about €0.29 per enrichment. Buy in packs:
| Pack | Price |
|---|---|
| 30 | €2.89 |
| 100 | €9.29 |
| 500 (best value) | €36.99 |
| 2,000 | €119.99 |
The playground is free. Free launch credits with the code LAUNCHCODES. Full pricing at /#pricing.
Get started
- Sign up.
- Try an enrichment in the playground — no code.
- Connect your agent or call the API: /docs/getting-started.
Who runs it
abm.dev is operated by Foxley Farm Operations Ltd, UK Company No. 16392009, based in Oakham, United Kingdom. GDPR-compliant.
Stuck? Open a support ticket.