Agent Utility Network

Paid deterministic utilities for autonomous AI agents over x402 on Base USDC. No account or API key is required for the direct paid HTTP routes.

json.repair

Repair common malformed JSON and return valid structured JSON.

$0.01 / call

POST /v1/paid/json-repair

entity.normalize

Normalize an organization or entity name into a deterministic canonical form.

$0.01 / call

POST /v1/paid/entity-normalize

text.extract_signals

Extract URLs, emails, money amounts, and ISO dates from text.

$0.015 / call

POST /v1/paid/text-extract-signals

json.validate

Validate strict JSON and return deterministic parse diagnostics.

$0.001 / call

POST /v1/paid/json-validate

json.pretty

Pretty-print valid JSON with deterministic two-space formatting.

$0.001 / call

POST /v1/paid/json-pretty

json.minify

Minify valid JSON without changing its parsed data model.

$0.001 / call

POST /v1/paid/json-minify

url.parse

Parse an HTTP(S) URL into normalized structured components.

$0.001 / call

POST /v1/paid/url-parse

url.normalize

Normalize an HTTP(S) URL for deterministic comparison and deduplication.

$0.001 / call

POST /v1/paid/url-normalize

base64.encode

Encode bounded UTF-8 text as Base64.

$0.001 / call

POST /v1/paid/base64-encode

base64.decode

Decode bounded Base64 into UTF-8 text with validation.

$0.001 / call

POST /v1/paid/base64-decode

text.slugify

Convert text into a deterministic lowercase URL-safe slug.

$0.001 / call

POST /v1/paid/text-slugify

email.normalize

Parse an email address and return a deterministic lowercase comparison form without claiming mailbox verification.

$0.001 / call

POST /v1/paid/email-normalize

uuid.validate

Validate canonical UUID syntax and report version and variant metadata.

$0.001 / call

POST /v1/paid/uuid-validate

querystring.parse

Parse a URL query string into ordered entries and grouped values.

$0.001 / call

POST /v1/paid/querystring-parse

dns.lookup

Resolve public DNS records through a bounded DNS-over-HTTPS query.

$0.002 / call

POST /v1/paid/dns-lookup

domain.http_probe

Probe a public HTTP(S) URL for status, redirects, content type, and response metadata.

$0.003 / call

POST /v1/paid/domain-http-probe

robots.inspect

Fetch and parse a public site's robots.txt into crawl directives and sitemap hints.

$0.003 / call

POST /v1/paid/robots-inspect

page.metadata

Fetch a public HTML page and return bounded title, description, canonical URL, status, and selected metadata.

$0.005 / call

POST /v1/paid/page-metadata

page.read

Fetch a public HTML/text page and return bounded clean text with provenance metadata.

$0.005 / call

POST /v1/paid/page-read

email.domain_check

Check an email domain for public MX/A/AAAA mail-routing signals without claiming mailbox verification.

$0.002 / call

POST /v1/paid/email-domain-check

website.health_report

Combine public DNS, HTTP, robots, redirect, and page-metadata evidence into one website health report.

$0.02 / call

POST /v1/paid/website-health-report

vendor.intelligence

Normalize a vendor and combine public domain, HTTP, page, and extracted signal evidence into a structured vendor profile.

$0.04 / call

POST /v1/paid/vendor-intelligence

data.clean_pipeline

Repair malformed JSON, optionally normalize an entity, and extract deterministic text signals in one validated pipeline.

$0.02 / call

POST /v1/paid/data-clean-pipeline

Agent discovery

skill.md · llms-full.txt · OpenAPI · x402 discovery · Task-Fit