---
title: Anteriad API Integration on Truto
slug: anteriad
category: Sales Intelligence
canonical: "https://truto.one/integrations/detail/anteriad/"
---

# Anteriad API Integration on Truto



**Category:** Sales Intelligence  
**Status:** Beta

## MCP-ready AI tools

Truto exposes 10 tools for Anteriad that AI agents can call directly.

- **list_all_anteriad_intent** — List Anteriad intent records for the best-matched company. Returns: id, attributes. Required: topic.
- **get_single_anteriad_intent_by_id** — Get a single Anteriad intent record by id. Returns: id, attributes. Required: id.
- **list_all_anteriad_account_link** — List account links in Anteriad. Returns account link objects including id and content-type-specific attributes. Filter by account_link_id, cidr, ip, domain, score, or threshold.
- **list_all_anteriad_match** — List Anteriad companies matching the supplied name and address. Returns the matched company record with id and company-specific attributes.
- **list_all_anteriad_intent_counts** — List intent counts in Anteriad. Returns intent counts records, each containing id and attributes.
- **list_all_anteriad_xplorer** — List Anteriad xplorer records. Returns the upstream-defined xplorer record with id and content-type-specific attributes.
- **list_all_anteriad_xplorer_contact_counts** — List contact counts for an account in Anteriad. Returns the contact count record including id and content-type-specific attributes. Required: account_link_id.
- **list_all_anteriad_maid_counts** — List maid counts from Anteriad. Returns: id, attributes.
- **list_all_anteriad_cookies_counts** — List Anteriad cookie count records. Returns the records, each with at least id. Accepts account_link_id to filter by account link.
- **list_all_anteriad_intent_topics** — List intent topics in Anteriad. Returns the best matched company for an intent topic including name, address, topic, and accountLinkId. Required: topic. Optional filters: threshold, score.

## How it works

1. **Link your customer's Anteriad account.** Use Truto's frontend SDK; we handle every OAuth and API key flow so you don't need to create the OAuth app.
2. **Authentication is automatic.** Truto refreshes tokens, stores credentials securely, and injects them into every API request.
3. **Call Truto's API to reach Anteriad.** The Proxy API is a 1-to-1 mapping of the Anteriad API.
4. **Get a unified response format.** Every response uses a single shape, with cursor-based pagination and data in the `result` field.

## Use cases

- **Power buying-group intent signals in your sales platform** — Sales engagement and CRM SaaS products can offer Anteriad as a native connection so their users can surface accounts surging on specific topics and trigger prioritized cadences without leaving the platform.
- **Enable account-based ad targeting for your ABM users** — ABM and advertising platforms can let customers connect Anteriad to size available MAIDs and cookies per account, so campaign budgets are allocated only to accounts with sufficient reachable identifiers.
- **Deanonymize web traffic inside your marketing tool** — Conversational marketing, chat, and website personalization SaaS products can offer Anteriad as an integration to resolve visitor IPs and domains into firmographic account profiles in real time.
- **Enrich and de-duplicate account records for RevOps tools** — Data orchestration and RevOps platforms can connect their users' Anteriad accounts to match messy company data against canonical account records and improve CRM data hygiene.
- **Add contact-availability scoring to routing and lead workflows** — Lead routing and sales orchestration platforms can query Anteriad contact counts on behalf of users to decide whether an account has enough buying-committee depth to warrant SDR or AE assignment.

## What you can build

- **Topic-based intent monitoring** — Let users select Anteriad intent topics and continuously pull scored accounts via list_all_anteriad_intent and list_all_anteriad_intent_topics to trigger in-app workflows.
- **Account link resolution from IP or domain** — Use list_all_anteriad_account_link to convert raw IPs, CIDRs, and domains from your product into canonical Anteriad account entities with firmographic attributes.
- **Fuzzy company match and de-duplication** — Pipe user-supplied name/address data through list_all_anteriad_match to normalize records against Anteriad's master company graph.
- **Programmatic audience sizing dashboards** — Combine list_all_anteriad_maid_counts and list_all_anteriad_cookies_counts to show users how many reachable devices and cookies exist per target account before launching ad campaigns.
- **Buying committee depth indicators** — Surface list_all_anteriad_xplorer_contact_counts inside account views so users see contact availability and buying-group size at a glance.
- **Intent surge alerts and account prioritization** — Poll list_all_anteriad_intent_counts on a schedule and fire in-app notifications when accounts cross user-defined score thresholds.

## FAQs

### How do end users authenticate their Anteriad account?

Anteriad uses API credentials issued by Anteriad to each customer. Truto handles credential storage, token refresh, and per-tenant credential isolation so your users only connect once and your product calls Anteriad on their behalf.

### What Anteriad data can I access through this integration?

The current integration exposes intent data (list_all_anteriad_intent, get_single_anteriad_intent_by_id, list_all_anteriad_intent_counts, list_all_anteriad_intent_topics), account resolution (list_all_anteriad_account_link, list_all_anteriad_match), and Xplorer sizing endpoints (list_all_anteriad_xplorer, list_all_anteriad_xplorer_contact_counts, list_all_anteriad_maid_counts, list_all_anteriad_cookies_counts).

### Is this integration read-only or does it support writes?

The available Anteriad tools are read-only list and get operations. This integration is designed for pulling intent signals, resolving accounts, and sizing audiences — not for writing data back into Anteriad.

### How fresh is Anteriad intent data?

Anteriad processes over 50 billion intent signals weekly. You can poll list_all_anteriad_intent and list_all_anteriad_intent_counts on a schedule that matches your product's needs; Truto handles pagination and rate limiting so you can pull incremental changes reliably.

### Does Truto offer a Unified API for Sales Intelligence?

Not currently for this category. The Anteriad integration is exposed as a native connector with its own tool schema, which means you get direct, high-fidelity access to Anteriad's specific endpoints and fields rather than a lowest-common-denominator abstraction.

### Can I filter intent data by topic or score threshold?

Yes. list_all_anteriad_intent_topics lets you enumerate available topics, and list_all_anteriad_intent supports filtering so your product can surface only accounts above a defined score or matching specific topics relevant to each end user.

## Related reading

- [Connect Anteriad to ChatGPT: Research Intent and Account Matches](https://truto.one/blog/connect-anteriad-to-chatgpt-research-intent-and-account-matches/) — Learn how to connect Anteriad to ChatGPT using a managed MCP server. Execute complex B2B intent research, account matching, and contact discovery with AI.
- [Connect Anteriad to Claude: Monitor Intent Topics and Audience Size](https://truto.one/blog/connect-anteriad-to-claude-monitor-intent-topics-and-audience-size/) — Learn how to connect Anteriad to Claude using a managed MCP server. This guide covers architecture, secure tool calling, and intent data workflows.
- [Connect Anteriad to AI Agents: Automate Intent and Link Company Data](https://truto.one/blog/connect-anteriad-to-ai-agents-automate-intent-and-link-company-data/) — Learn how to connect Anteriad to AI agents using Truto's tools endpoint to automate B2B identity resolution, monitor intent topics, and enrich company data.
