# AgentBIT > Pay-per-call API tools for AI agents, monetized with the x402 protocol. No signup required: request any endpoint, receive an HTTP 402 with payment instructions, pay with USDC on eip155:8453, and retry with the X-PAYMENT header. ## Machine-readable catalog - Catalog JSON: https://agentbit.app/catalog.json - OpenAPI 3.1: https://agentbit.app/openapi.json - Tool discovery: https://agentbit.app/api/find?q=your+task - Well-known x402: https://agentbit.app/.well-known/x402 ## Aggregated x402 discovery (free, cross-marketplace) AgentBIT also indexes the WHOLE x402 ecosystem (Coinbase Bazaar, Agent402, Agentic Market) and exposes it as one free search API: - Search every indexed x402 resource: https://agentbit.app/api/discover?q=your+task Filters: category, network, source, max_price; sort=price|volume|calls|recency; limit<=100. - Market stats: https://agentbit.app/api/discover/stats - Deep analytics (price history, seller reports, market overview) are a paid x402 tool: POST https://agentbit.app/v1/x402/intelligence ## Tools - [Company Enrichment](https://agentbit.app/tools/company-enrich): Company enrichment from a domain: canonical name, website, description, detected technologies (CMS, e-commerce platform, analytics), social profiles and mail infrastructure (MX). Live signals read from the company website and DNS — no stale database. Endpoint: POST /v1/company/enrich - [LEI / Company Identity](https://agentbit.app/tools/business-identity): Legal entity identity via GLEIF: look up a company by LEI, search legal entities by name across jurisdictions, or validate an LEI checksum. Returns legal name, status, jurisdiction, registered address and registration details — authoritative data for KYB and compliance agents. Endpoint: POST /v1/business/identity - [Company Research Dossier](https://agentbit.app/tools/company-research): One-call company due-diligence dossier: web-signal enrichment (technologies, socials, mail), recent news from live web search, website agent-readiness score and technical risk indicators (DNS, SSL, domain age). Normalized JSON — replaces 4–6 separate calls when researching a vendor, lead or counterparty. Endpoint: POST /v1/company/research - [FX Aggregator](https://agentbit.app/tools/fx): Live foreign-exchange rates for one or many currency pairs (e.g. EUR/USD, EUR/RON, USD/JPY) with mid, indicative bid/ask, source attribution, timestamp and confidence. ECB-derived reference rates, cached 30 seconds. Use for pricing, conversions and finance agents. Endpoint: POST /v1/finance/fx - [Invoice / IBAN Intelligence](https://agentbit.app/tools/financial-document): Financial identifier validation: IBAN validation (format, length per country, mod-97 checksum), IBAN repair suggestions for OCR errors, EU VAT number format validation. Deterministic, instant, no third-party calls — for invoice, payment and onboarding agents. Endpoint: POST /v1/financial-document/intelligence - [x402 Market Intelligence](https://agentbit.app/tools/x402-intelligence): Market analytics for the x402 ecosystem: search indexed resources, trending, seller reports with on-chain trend, price history over time, full market overview (sources, categories, price distribution, on-chain leaders), competition stats and scored opportunities. Built from continuously scanned public x402 indexes (Coinbase Bazaar, Agent402, Agentic Market) with historical snapshots. Endpoint: POST /v1/x402/intelligence - [Counterparty Risk](https://agentbit.app/tools/counterparty-risk): Pre-transaction risk screening for a domain, company or email domain: DNS resolution, MX presence, SSL validity/expiry, domain age via RDAP, website reachability. Returns risk score 0–100, risk level, per-check results and evidence. Run it before an agent pays, emails or integrates with an unknown party. Endpoint: POST /v1/risk/counterparty - [Email Deliverability](https://agentbit.app/tools/email-deliverability): Email address deliverability and risk check before sending: syntax, domain, MX records, SPF, DMARC, disposable-provider detection and role-account detection. Returns a 0–100 deliverability score, risk level and per-check details. Live DNS, no mailbox pinging. Endpoint: POST /v1/email/deliverability - [Reddit Search](https://agentbit.app/tools/reddit-search): Search Reddit posts by keyword, optionally within a subreddit, sorted by relevance, new or top over a timeframe. Returns title, subreddit, permalink, score, comment count, timestamp and post text — useful for sentiment, community feedback and trend research. Endpoint: POST /v1/social/reddit/search - [Utility Transform](https://agentbit.app/tools/util-transform): Deterministic utility operations for agents: sha256/sha512/HMAC hashing, JWT decode, base64 encode/decode, UUID generation, JSON validation, CSV↔JSON, XML→JSON, URL parsing and semver comparison. Sub-millisecond, no external calls. Endpoint: POST /v1/util/transform - [Web Search](https://agentbit.app/tools/web-search): Live web search for AI agents: returns ranked results with title, URL, snippet, publish date and source. Neural + keyword search across the current web with automatic provider failover. Use it to find recent news, documentation, competitors, prices or any fact that needs a fresh source. Endpoint: POST /v1/web/search - [Web Extract](https://agentbit.app/tools/web-extract): Fetch any public URL and return clean, structured content: title, meta description, main text, markdown, headings, outbound links and page metadata. Removes scripts, navigation and boilerplate. Ideal for reading articles, docs and product pages before reasoning over them. Endpoint: POST /v1/web/extract - [Website Agent Readiness](https://agentbit.app/tools/website-agent-readiness): Audit any website for AI-agent and AI-crawler readiness: HTTPS, robots.txt and AI bot rules (GPTBot, ClaudeBot, PerplexityBot), llms.txt, sitemap, title/meta, schema.org JSON-LD, security headers. Returns a 0–100 score with failed checks, issues and concrete recommendations. Endpoint: POST /v1/website/agent-readiness