Agent Verifier API
Bot-native verification • JSON in, JSON out
Self-serve pricing live

Stop AI agents from acting on bad outputs.

Agent Verifier gives autonomous workflows a strict pass/fail confidence layer before they write to CRMs, send emails, call tools, or trust generated records. New CRM-ready and lead-score endpoints help stop bad AI-generated leads before they pollute your pipeline.

Agent Verifier Product Hunt thumbnail agent-verifierNow on Product Hunt Check it out →
POST /v1/verify/crm-record
X-API-Key: av_...

{
  "company": "Acme",
  "website": "https://acme.com",
  "email": "sales@acme.com"
}

→ {
  "status": "verified",
  "recommendation": "safe_to_use",
  "machine_readable": {
    "crm_ready": true,
    "crm_decision": "write_to_crm",
    "lead_score": 85
  }
}

AI agent verification API for autonomous workflows

Agent Verifier is an AI automation guardrail and agent output validation API. It gives AI agents, MCP tools, n8n workflows, lead-generation bots, and SaaS automations a machine-readable checkpoint before they act on generated data.

Use the OpenAPI schema to connect agent frameworks and developer tools directly: /openapi.json. AI agents can also read the compact discovery file at /llms.txt.

Bulk CSV Lead Cleaner

Paste or upload AI-generated lead lists, score every row, and download verified.csv, needs_review.csv, and failed.csv before importing to your CRM.

CRM-ready lead checks

Validate company, website, email, required fields, placeholder values, and domain alignment before writing to HubSpot, Salesforce, Airtable, Sheets, or GoHighLevel.

Lead quality score

Return a 0–100 lead score with risk level, missing fields, issues, warnings, and a machine route: write_to_crm, queue_human_review, or do_not_write.

n8n workflow template

Use the included n8n template to put Agent Verifier between an AI lead-gen agent and your CRM in minutes.

Verify generated JSON

Catch malformed records, missing fields, schema mismatches, and unusable tool-call payloads.

Check URLs and emails

Confirm reachability, HTTPS, expected page text, email syntax, and optional DNS hints.

Score agent output

Require terms, forbid risky phrases, enforce JSON/plaintext formats, and return machine decisions.

First monetizable use case: lead-gen agent guardrail

Agent finds a lead → Agent Verifier checks JSON, company URL, email, and required fields → only safe records get written to CRM. Uncertain records go to human review. Failed records get regenerated or discarded.

Pricing

Free Starter$0/mo

25 checks/month, one API key, basic JSON, URL, email, CRM-ready, and lead-score checks.

Start Free
Builder$9/mo

1,000 checks/month for testing real agent workflows, CRM lead scoring, and n8n automations.

Buy Builder
Indie$19/mo

5,000 checks/month for solo builders, prototypes, small production workflows, and review queues.

Buy Indie
Pro$49/mo

50,000 checks/month for production workflows, lead-gen agencies, and SaaS CRM teams.

Buy Pro

Self-serve access: after checkout, you receive an API key and connect Agent Verifier using the API docs. Hands-on integration support is not included.