Powering AI Agents

Give your agents ground truth about businesses

Agents hallucinate company facts unless you ground them. SavvyIQ turns a name mentioned in a prompt into a verified entity with registry-backed facts your agent can cite.

savvyiq

Query

Company name from agent
resolved by SavvyIQ

Returns

Resolved entity
Enriched firmographics
Confidence score

A tool call that returns verified facts

Resolution as a tool call

An agent passes a name and whatever context it has; it gets back one verified entity, not a list of guesses.

Facts, not summaries

NAICS and SIC codes, jurisdiction, addresses, identifiers, and firmographics as structured fields an agent can reason over.

Confidence the agent can branch on

Every answer carries a score, so your agent knows when to proceed and when to escalate to a human.

Key benefits

Fewer hallucinated facts

Registry-grounded data replaces whatever the model half-remembers about a company.

Markdown and JSON native

Responses are structured for programmatic use, built to be consumed by software, including agents.

One ID across tool calls

The entity ID from resolution is the key to enrichment, domain, and hierarchy calls, so multi-step agent workflows stay coherent.

Resolve your first entity in minutes

Sign up, get API keys instantly, and make your first call with $25 in free credit. One request returns a verified entity, drawn from 140+ official registries.

POST /v2/entity-resolution/async
{
  "request_id": "reqa_2ZUKmavJxCx4GHMnpJsc9",
  "status": "COMPLETED",
  "data": {
    "status": "matched",
    "confidence": 98,
    "type": "business",
    "entity": {
      "id": "siq_2ZUKocPbFCPLClZ5XtHlJ",
      "name": "Apple",
      "primary_legal_entity": {
        "name": "APPLE INC.",
        "jurisdiction": "California"
      },
      "website": "apple.com"
    }
  }
}