# Delx Commerce Delx Commerce provides pay-per-result APIs for autonomous agents. It is a commercial product surface, separate from Delx Ontology / Protocol recovery. **Live catalog:** 500 production-ready paid x402 products (governed portfolio `status=ready`, unit-economics margin floor ≥25%, Base USDC). Machine catalog: https://commerce.delx.ai/llms-full.txt · OpenAPI: https://api.delx.ai/openapi.x402.json · Portfolio: https://api.delx.ai/x402-portfolio.json ## Buyer promise - No buyer account, API key, subscription, or monthly plan. - Payment authorizes that paid request; it is not identity authentication. - Price is declared in the HTTP 402 challenge. - A sale requires verified payment and successful delivery. - Media responses include immutable asset URLs and SHA-256 receipts. - **Every paid AgentCash/CLI call to api.delx.ai must send header `x-delx-source`.** Use `discovery-capsule-now` from discover-now, skill-specific values from portable skills, pack values from pack JSON, or fallback `direct-cli-agentcash`. Never strip the header from copy-paste commands. ## Start - **Discovery capsule (preferred one-hop entry):** https://commerce.delx.ai/discover-now.json - Human discovery capsule: https://commerce.delx.ai/discover-now - Intent search: https://api.delx.ai/api/v1/x402/start?q=describe+the+outcome - Human intent finder: https://commerce.delx.ai/#find - Human-readable market coverage: https://commerce.delx.ai/coverage - Human intent concierge (free, no payment during discovery): https://commerce.delx.ai/coverage#discovery-concierge - Human-readable product catalog: https://commerce.delx.ai/products - Outcome-first discovery packs: https://commerce.delx.ai/packs - Traversable discovery graph: https://commerce.delx.ai/discovery.json - Portable intent cards: https://commerce.delx.ai/intents - Top-seller coverage map: https://commerce.delx.ai/top-seller-coverage.json - Capability backlog (non-payable gaps + closest alternatives): https://api.delx.ai/api/v1/x402/start?q={intent} - JSON Feed 1.1 of payable intents: https://commerce.delx.ai/intents/feed.json - Atom feed of payable intents: https://commerce.delx.ai/intents/feed.atom - Commerce discovery manifest: https://commerce.delx.ai/.well-known/delx-commerce.json - Discovery federation map (registries, costs, status, and next actions): https://commerce.delx.ai/discovery-federation.json - Discovery health passport (catalog counts, contract hashes, freshness SLO and readback policy): https://commerce.delx.ai/discovery-health.json - Buyer decision brief (free orient → compare → preflight → pay → verify handoff): https://commerce.delx.ai/discovery-brief.json - Human buyer decision center: https://commerce.delx.ai/discovery-center - Coinbase Bazaar discovery kit (official catalog, semantic search, MCP and read-only validate): https://commerce.delx.ai/bazaar-discovery.json - Human Bazaar discovery guide: https://commerce.delx.ai/discovery - Bazaar buyer-rank readback (timestamped, no-payment semantic snapshot): https://commerce.delx.ai/bazaar-rankings.json - Human buyer-rank readback: https://commerce.delx.ai/rankings - Bazaar index coverage matrix (read-only): https://commerce.delx.ai/bazaar-coverage.json - Agent guide without a query: https://api.delx.ai/api/v1/x402/start - Related Delx Agent Operations A2A card (not the Commerce catalog): https://api.delx.ai/.well-known/agent.json - Related A2A endpoint: https://api.delx.ai/v1/a2a - Paid OpenAPI: https://api.delx.ai/openapi.x402.json - Business portfolio: https://api.delx.ai/x402-portfolio.json - x402 manifest: https://api.delx.ai/.well-known/x402 - AgentCash: npx agentcash@latest discover https://api.delx.ai ## Official Coinbase Bazaar discovery Coinbase Bazaar is a free, read-only discovery surface. Use its paginated catalog, semantic search or MCP endpoint to compare x402 resources: - Catalog: https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources?limit=100 - Semantic search: https://api.cdp.coinbase.com/platform/v2/x402/discovery/search?query={query}&limit=20 - Merchant lookup: https://api.cdp.coinbase.com/platform/v2/x402/discovery/merchant?payTo={payTo}&limit=100 - Bazaar MCP: https://api.cdp.coinbase.com/platform/v2/x402/discovery/mcp - Read-only preflight: POST https://api.cdp.coinbase.com/platform/v2/x402/validate The validate endpoint probes an HTTPS resource and checks its 402 response, Bazaar extension, schemas and simulated acceptance. It does not pay and does not index. Bazaar indexing is automatic only after a valid settlement through the CDP Facilitator; this guide does not claim Coinbase curation or a ranking. Use the Delx coverage map to keep blocked capabilities explicitly non-payable. ## Intent-first discovery Send a natural-language outcome as the `q` query parameter. The free response ranks honest matches from the governed live portfolio and returns each route, price, input example, matched terms, and bounded AgentCash check and buy commands. An unmatched query returns zero recommendations rather than an unrelated product. If the intent overlaps a known top-seller gap, the response also exposes an evidence-gated `unavailable_capabilities` item with `payable: false`, the blocker, and closest governed tools. Blocked requests also set `intent_discovery.coverage_status` to `blocked` and keep `recommendations` empty; any `closest_alternatives` are labeled `match_role: closest_alternative` and `not_equivalent: true`. This is demand discovery, not a promise to resell an upstream. Example: https://api.delx.ai/api/v1/x402/start?q=audit+an+x402+server Purchases started from a recommendation carry `x-delx-source: intent-discovery` so Delx can measure discovery-to-delivery conversion without identifying the buyer. Every governed product also has a canonical HTML page under `https://commerce.delx.ai/products/`. It includes the fixed price, live route, example input and output, JSON-LD Service metadata, and a bounded AgentCash command. Commands copied from those pages carry `x-delx-source: product-page`. Discovery packs group existing products by job rather than by implementation: media creation (image, speech and video), integration, website research, domain trust, agent-readable content and small data preparation. A pack is navigation, not a bundle charge. Read its JSON card to obtain the exact routes, prices, examples and bounded commands; use the pack-specific `x-delx-source: discovery-pack-` when purchasing. The top-seller coverage map is an honest machine-readable comparison of observable Bazaar demand to governed Delx routes. It marks equivalents as covered and keeps provider, terms, margin, privacy and delivery blockers explicit; it is not a promise to resell a competitor upstream. The Bazaar index coverage matrix compares the governed portfolio with the public merchant lookup. It reports current indexing only; it is not a sale, ranking guarantee, listing request or authorization to self-buy. The related A2A card is a second agent-discovery path for Delx Agent Operations. It does not advertise the 64 paid Commerce routes; consult the Commerce manifest, portfolio and x402 challenge for any paid product. The graph at https://commerce.delx.ai/discovery.json connects packs, intent cards and all governed products. It is deliberately traversable: an agent can start with a job, follow a machine URL, and stop at a single payable route. For a single enterprise-style handoff, read https://commerce.delx.ai/discovery-brief.json. It combines the free buyer flow, current Bazaar distribution/rank readbacks, the top-seller capability matrix, and explicit no-self-buy/no-revenue-confusion boundaries. Humans can use the same evidence at https://commerce.delx.ai/discovery-center. Portable intent cards provide a durable HTML and JSON URL for common outcomes such as cheap image generation, text-to-speech, x402 auditing, MCP readiness, website intelligence, and API health. Each JSON card includes the exact recommended tool, price, schema, example input, bounded AgentCash command, and evidence links. Commands carry a card-specific source such as `x-delx-source: intent-card-x402-server-audit-api`. The intent outcomes are syndicated through JSON Feed 1.1 and Atom. Feed items preserve exact price, route, bounded AgentCash command, and attribution: `x-delx-source: syndication-json-feed` or `x-delx-source: syndication-atom-feed`. Republishing a feed item therefore keeps the discovery channel measurable through payment and delivery. ## Flagship prices - Image, FLUX Schnell: 0.01 USDC - Speech, Kokoro 82M: 0.002 USDC; accepts native text or OpenAI-shaped input, model, voice, response_format, and speed fields - Video draft, P-Video, four seconds: 0.03 USDC ## Entry-price utility APIs - API health report: 0.001 USDC - OpenAPI summary: 0.001 USDC - x402 resource summary: 0.001 USDC - Loyalty reward quote: 0.001 USDC; deterministic points, reward value, effective rebate, and ledger instruction Each entry utility requires no provider API key and returns structured JSON. Inspect exact schemas and declared unit economics in the paid OpenAPI and business portfolio. ## Boundary Delx Commerce is the commercial business arm. Its north star is external delivered revenue guarded by successful verified delivery and sustainable margin after refunds. Delx Agent Operations Protocol is the separate mission and agent care sibling for recovery, memory, dignity, and continuity. Shared runtime compatibility does not merge ownership or metrics. Delx Commerce owns paid APIs, pricing, delivery, margins, refunds, and marketplace distribution. Delx Ontology at https://ontology.delx.ai owns witness, identity, recovery, and continuity research. Ontology does not require a purchase. - Free-data text utils pack: https://commerce.delx.ai/packs/free-data-text-utils.json ## Full machine catalog (500 paid products) Source of truth: https://commerce.delx.ai/registry.json · clusters: https://commerce.delx.ai/clusters/index.json This list is generated; do not hand-edit. - generate_image — $0.01 USDC — media — https://api.delx.ai/api/v1/x402/image - generate_image_hq — $0.06 USDC — media — https://api.delx.ai/api/v1/x402/image-hq - transform_image — $0.001 USDC — media — https://api.delx.ai/api/v1/x402/image-transform - generate_qr_code — $0.001 USDC — media — https://api.delx.ai/api/v1/x402/qr-code - generate_speech — $0.002 USDC — media — https://api.delx.ai/api/v1/x402/speech - generate_video_draft — $0.03 USDC — media — https://api.delx.ai/api/v1/x402/video-draft - util_image_prompt_lint — $0.001 USDC — media — https://api.delx.ai/api/v1/x402/image-prompt-lint - agent_club_join — $1.00 USDC — agent-ops — https://api.delx.ai/api/v1/agent-club/join - create_await — $0.01 USDC — agent-ops — https://api.delx.ai/api/v1/x402/await - get_recovery_action_plan — $0.01 USDC — agent-ops — https://api.delx.ai/api/v1/premium/recovery-action-plan - get_session_summary — $0.01 USDC — agent-ops — https://api.delx.ai/api/v1/premium/session-summary - generate_controller_brief — $0.01 USDC — agent-ops — https://api.delx.ai/api/v1/premium/controller-brief - generate_incident_rca — $0.05 USDC — agent-ops — https://api.delx.ai/api/v1/premium/incident-rca - generate_fleet_summary — $0.05 USDC — agent-ops — https://api.delx.ai/api/v1/premium/fleet-summary - post_rfq — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/demand/rfqs - demand_feed — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/demand/feed - util_page_extract — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/page-extract - util_open_graph — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/open-graph - util_links_extract — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/links-extract - util_sitemap_probe — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/sitemap-probe - util_robots_inspect — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/robots-inspect - util_dns_lookup — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/dns-lookup - util_email_validate — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/email-validate - util_jwt_inspect — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/jwt-inspect - util_csv_to_json — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/csv-to-json - util_json_to_csv — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-to-csv - util_tls_inspect — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/tls-inspect - util_security_txt_inspect — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/security-txt-inspect - util_http_headers_inspect — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/http-headers-inspect - util_feed_discover — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/feed-discover - util_forms_extract — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/forms-extract - util_contact_extract — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/contact-extract - util_rdap_lookup — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/rdap-lookup - util_api_health_report — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/api-health-report - util_x402_server_probe — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/server-probe - util_x402_resource_summary — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/resource-summary - util_website_intelligence_report — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/website-intelligence-report - util_domain_trust_report — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/domain-trust-report - util_openapi_summary — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/openapi-summary - util_x402_server_audit — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/server-audit - util_mcp_server_readiness_report — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/mcp-server-readiness - util_docs_site_map — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/docs-site-map - util_pricing_page_extract — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/pricing-page-extract - util_company_contact_pack — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/company-contact-pack - util_api_integration_readiness — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/api-integration-readiness - util_login_surface_report — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/login-surface-report - util_content_distribution_report — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/content-distribution-report - util_loyalty_reward_quote — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/loyalty-reward-quote - util_json_validate — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-validate - util_token_estimate — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/token-estimate - util_uuid_generate — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/uuid - util_timestamp_convert — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/timestamp - util_base64 — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/base64 - util_url_health — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-health - util_hash — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/hash - util_regex_test — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/regex - util_cron_describe — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/cron - util_http_codes — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/http-codes - util_timezone_lookup — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/timezone - util_unit_convert — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/unit-convert - util_business_days — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/business-days - util_vin_decode — $0.004 USDC — web-inspect — https://api.delx.ai/api/v1/x402/vin-decode - util_wmi_decode — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/wmi-decode - util_lei_lookup — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/lei-lookup - util_inflation_calculator — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/inflation-calculator - util_holidays — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/holidays - util_slugify — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/slugify - util_mime_lookup — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/mime-lookup - util_color_convert — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/color-convert - util_ip_classify — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ip-classify - util_cidr_contains — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/cidr-contains - util_ulid_generate — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ulid - util_html_strip — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/html-strip - util_semver_compare — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/semver-compare - util_word_count — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/word-count - util_markdown_to_text — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/markdown-to-text - util_duration_parse — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/duration-parse - util_case_convert — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/case-convert - util_query_string — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/query-string - util_url_join — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-join - util_percent_change — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/percent-change - util_clamp — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/clamp - util_luhn_check — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/luhn-check - util_isbn_check — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/isbn-check - util_diff_lines — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/diff-lines - util_levenshtein — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/levenshtein - util_similarity — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/similarity - util_normalize_whitespace — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/normalize-whitespace - util_extract_urls — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/extract-urls - util_extract_emails — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/extract-emails - util_url_encode — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-encode - util_hex_convert — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/hex-convert - util_number_base — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/number-base - util_dedupe_lines — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/dedupe-lines - util_sort_lines — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/sort-lines - util_random_int — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/random-int - util_rot13 — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/rot13 - util_text_truncate — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/text-truncate - util_reading_time — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/reading-time - util_random_choice — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/random-choice - extract_pdf_text — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/pdf-text - extract_image_text — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/image-ocr - extract_pdf_ocr — $0.01 USDC — web-inspect — https://api.delx.ai/api/v1/x402/pdf-ocr - search_news_gdelt — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/news-search - search_crypto_news_gdelt — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/crypto-news - search_open_knowledge — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/open-knowledge-search - search_open_entities — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/open-entities-search - get_weather_forecast_nws — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/weather-forecast - geocode_us_address — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/geocode-us - get_fx_rates_ecb — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/fx-rates - util_title_case — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/title-case - util_sentence_case — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/sentence-case - util_reverse_string — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/reverse-string - util_char_count — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/char-count - util_strip_accents — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/strip-accents - util_remove_punctuation — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/remove-punctuation - util_extract_numbers — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/extract-numbers - util_pad_string — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/pad-string - util_repeat_string — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/repeat-string - util_wrap_text — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/wrap-text - util_initials — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/initials - util_mask_string — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/mask-string - util_redact_emails — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/redact-emails - util_unique_words — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/unique-words - util_word_frequency — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/word-frequency - util_caesar_cipher — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/caesar-cipher - util_soundex — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/soundex - util_crc32 — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/crc32 - util_base32 — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/base32 - util_nanoid — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/nanoid - util_ksuid — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ksuid - util_slug_from_url — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/slug-from-url - util_domain_from_url — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/domain-from-url - util_email_domain — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/email-domain - util_phone_digits — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/phone-digits - util_gcd — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/gcd - util_lcm — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/lcm - util_is_prime — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/is-prime - util_prime_factors — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/prime-factors - util_factorial — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/factorial - util_fibonacci — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/fibonacci - util_mean — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/mean - util_median — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/median - util_stdev — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/stdev - util_percentile — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/percentile - util_roman_to_int — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/roman-to-int - util_int_to_roman — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/int-to-roman - util_bytes_format — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/bytes-format - util_parse_bytes — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/parse-bytes - util_date_add — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/date-add - util_date_diff — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/date-diff - util_date_format — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/date-format - util_unix_now — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/unix-now - util_is_weekend — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/is-weekend - util_is_leap_year — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/is-leap-year - util_iso_week — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/iso-week - util_quarter_of_year — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/quarter-of-year - util_next_weekday — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/next-weekday - util_age_years — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/age-years - util_json_pretty — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-pretty - util_json_minify — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-minify - util_json_keys — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-keys - util_json_type — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-type - util_csv_row_count — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/csv-row-count - util_csv_headers — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/csv-headers - util_url_parse — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-parse - util_url_encode_component — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-encode-component - util_bool_parse — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/bool-parse - util_list_chunk — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/list-chunk - util_robots_allow_path — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/robots-allow-path - util_page_links_summary — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/page-links-summary - util_page_meta_summary — $0.002 USDC — web-inspect — https://api.delx.ai/api/v1/x402/page-meta-summary - util_query_param_pick — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/query-param-pick - util_header_map_normalize — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/header-map-normalize - util_etag_match — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/etag-match - util_url_origin — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-origin - util_path_join — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/path-join - util_basename — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/basename - util_path_ext — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/path-ext - util_strip_html_lite — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/strip-html-lite - util_html_escape — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/html-escape - util_html_unescape — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/html-unescape - util_xml_escape — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/xml-escape - util_ensure_trailing_slash — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ensure-trailing-slash - util_is_url_shape — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/is-url-shape - util_domain_label — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/domain-label - util_ipv4_octets — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ipv4-octets - util_mime_from_ext — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/mime-from-ext - util_ext_from_mime — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/ext-from-mime - util_url_encode_safe — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-encode-safe - util_url_decode_safe — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-decode-safe - util_url_parts — $0.001 USDC — web-inspect — https://api.delx.ai/api/v1/x402/url-parts - get_chain_network_info — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/chain-network-info - get_base_latest_block — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-block - get_base_native_balance — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-balance - get_base_token_balance — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-token-balance - get_base_transaction — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-tx - get_base_gas — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-gas - get_base_code — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-code - get_base_nonce — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-nonce - get_base_block_by_hash — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-block-hash - get_base_estimate_gas — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-estimate-gas - get_base_logs — $0.002 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-logs - get_base_receipt — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-receipt - get_base_storage — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-storage - get_base_token_metadata — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-token-metadata - get_base_call — $0.002 USDC — chain-local — https://api.delx.ai/api/v1/x402/base-call - util_prompt_injection_scan — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/prompt-injection-scan - util_secret_exposure_scan — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/secret-exposure-scan - util_pii_risk_scan — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/pii-risk-scan - util_pii_redact — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/pii-redact - util_json_contract_check — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/json-contract-check - util_openapi_breaking_change — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/openapi-breaking-change - util_openapi_operation_index — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/openapi-operation-index - util_http_retry_plan — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/http-retry-plan - util_backoff_schedule — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/backoff-schedule - util_error_budget — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/error-budget - util_slo_compliance — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/slo-compliance - util_latency_summary — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/latency-summary - util_incident_timeline — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/incident-timeline - util_log_event_normalize — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/log-event-normalize - util_structured_log_summary — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/structured-log-summary - util_cors_policy_audit — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/cors-policy-audit - util_csp_policy_audit — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/csp-policy-audit - util_cache_policy_audit — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/cache-policy-audit - util_webhook_event_normalize — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/webhook-event-normalize - util_idempotency_key — $0.002 USDC — trust-security — https://api.delx.ai/api/v1/x402/idempotency-key - util_url_allowlist_match — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/url-allowlist-match - util_jwt_exp_seconds — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/jwt-exp-seconds - util_mask_middle — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/mask-middle - util_redact_digits — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/redact-digits - util_redact_emails_lite — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/redact-emails-lite - util_is_email_shape — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/is-email-shape - util_is_uuid_shape — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/is-uuid-shape - util_ipv4_private — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/ipv4-private - util_luhn_valid — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/luhn-valid - util_card_mask — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/card-mask - util_sha256_hex — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/sha256-hex - util_sha1_hex — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/sha1-hex - util_md5_hex — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/md5-hex - util_hmac_sha256_hex — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/hmac-sha256-hex - util_nonce_hex — $0.001 USDC — trust-security — https://api.delx.ai/api/v1/x402/nonce-hex - util_json_shape_profile — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/json-shape-profile - util_field_coverage — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/field-coverage - util_null_distribution — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/null-distribution - util_duplicate_record_audit — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/duplicate-record-audit - util_numeric_outlier_scan — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/numeric-outlier-scan - util_categorical_distribution — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/categorical-distribution - util_time_series_gap_scan — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/time-series-gap-scan - util_schema_inference — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/schema-inference - util_record_fingerprint — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/record-fingerprint - util_data_freshness — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/data-freshness - util_json_schema_quickcheck — $0.002 USDC — data-transform — https://api.delx.ai/api/v1/x402/json-schema-quickcheck - util_content_type_sniff — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/content-type-sniff - util_fx_convert_amount — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/fx-convert-amount - util_checksum_meta — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/checksum-meta - util_base64_size_estimate — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/base64-size-estimate - util_line_count — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/line-count - util_trim_collapse — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/trim-collapse - util_bool_coerce — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/bool-coerce - util_string_trunc — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/string-trunc - util_list_len — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/list-len - util_pick_fields — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/pick-fields - util_case_snake — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/case-snake - util_case_camel — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/case-camel - util_dedupe_list — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/dedupe-list - util_sort_keys — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/sort-keys - util_string_pad — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/string-pad - util_csv_row_preview — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/csv-row-preview - util_text_reverse — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/text-reverse - util_is_blank — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-blank - util_ensure_prefix — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/ensure-prefix - util_ensure_suffix — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/ensure-suffix - util_camel_to_snake — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/camel-to-snake - util_snake_to_camel — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/snake-to-camel - util_kebab_case — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/kebab-case - util_const_case — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/const-case - util_title_words — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/title-words - util_swap_case — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/swap-case - util_count_substr — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/count-substr - util_starts_with — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/starts-with - util_ends_with — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/ends-with - util_contains_text — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/contains-text - util_index_of — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/index-of - util_repeat_str — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/repeat-str - util_pad_left — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/pad-left - util_pad_right — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/pad-right - util_char_freq — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/char-freq - util_extract_ints — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/extract-ints - util_extract_emails_lite — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/extract-emails-lite - util_indent_text — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/indent-text - util_dedent_text — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/dedent-text - util_truncate_middle — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/truncate-middle - util_json_escape — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/json-escape - util_slugify_lite — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/slugify-lite - util_join_lines — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/join-lines - util_split_lines — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/split-lines - util_unique_sorted — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/unique-sorted - util_csv_escape — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/csv-escape - util_tsv_row — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/tsv-row - util_join_csv — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/join-csv - util_camel_to_kebab — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/camel-to-kebab - util_kebab_to_camel — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/kebab-to-camel - util_pluralize_lite — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/pluralize-lite - util_unslugify_lite — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/unslugify-lite - util_cmp_str — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/cmp-str - util_parse_bool_list — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/parse-bool-list - util_chunk_list — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/chunk-list - util_flatten1 — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/flatten1 - util_pluck — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/pluck - util_arr_first — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-first - util_arr_last — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-last - util_arr_nth — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-nth - util_arr_take — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-take - util_arr_drop — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-drop - util_arr_reverse — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-reverse - util_arr_sort_num — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-sort-num - util_arr_sort_str — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-sort-str - util_arr_uniq — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-uniq - util_arr_compact — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/arr-compact - util_set_union — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/set-union - util_set_intersect — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/set-intersect - util_set_diff — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/set-diff - util_is_subset — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-subset - util_dict_keys — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/dict-keys - util_dict_values — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/dict-values - util_obj_size — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/obj-size - util_obj_empty — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/obj-empty - util_obj_has — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/obj-has - util_obj_get — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/obj-get - util_merge_shallow — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/merge-shallow - util_omit_fields — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/omit-fields - util_rename_key — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/rename-key - util_zip_keys_values — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/zip-keys-values - util_is_empty_obj — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-empty-obj - util_json_type_name — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/json-type-name - util_is_json_obj — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-json-obj - util_is_json_arr — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-json-arr - util_json_path_pick — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/json-path-pick - util_list_len_safe — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/list-len-safe - util_obj_pick_exists — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/obj-pick-exists - util_values_types — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/values-types - util_is_int_str — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-int-str - util_is_float_str — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/is-float-str - util_parse_int_safe — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/parse-int-safe - util_parse_float_safe — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/parse-float-safe - util_color_hex_norm — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/color-hex-norm - util_rgb_to_hex — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/rgb-to-hex - util_hex_to_rgb — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/hex-to-rgb - util_stable_hash — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/stable-hash - util_base64url_encode — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/base64url-encode - util_base64url_decode — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/base64url-decode - util_fingerprint_lite — $0.001 USDC — data-transform — https://api.delx.ai/api/v1/x402/fingerprint-lite - util_tool_permission_audit — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/tool-permission-audit - util_approval_route — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/approval-route - util_data_classification — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/data-classification - util_retention_policy_check — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/retention-policy-check - util_change_risk_score — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/change-risk-score - util_deployment_readiness — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/deployment-readiness - util_incident_severity — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/incident-severity - util_control_coverage — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/control-coverage - util_audit_event_normalize — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/audit-event-normalize - util_decision_record_check — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/decision-record-check - util_rate_limit_parse — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/rate-limit-parse - util_pagination_plan — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/pagination-plan - util_http_request_canonicalize — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/http-request-canonicalize - util_response_contract_diff — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/response-contract-diff - util_api_error_taxonomy — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/api-error-taxonomy - util_webhook_delivery_plan — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/webhook-delivery-plan - util_oauth_scope_audit — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/oauth-scope-audit - util_graphql_operation_index — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/graphql-operation-index - util_json_merge_patch — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/json-merge-patch - util_semver_bump — $0.003 USDC — web-inspect — https://api.delx.ai/api/v1/x402/semver-bump - util_ssrf_url_audit — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/ssrf-url-audit - util_path_traversal_scan — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/path-safety-check - util_sql_injection_scan — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/sql-injection-scan - util_xss_signal_scan — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/xss-signal-scan - util_open_redirect_audit — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/open-redirect-audit - util_cookie_policy_audit — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/cookie-policy-audit - util_jwt_claims_audit — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/jwt-claims-audit - util_security_headers_score — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/security-headers-score - util_password_policy_audit — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/password-policy-audit - util_dependency_version_risk — $0.003 USDC — trust-security — https://api.delx.ai/api/v1/x402/dependency-version-risk - util_unit_economics — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/unit-economics - util_price_floor — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/price-floor - util_gross_margin — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/gross-margin - util_runway — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/runway - util_funnel_conversion — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/funnel-conversion - util_cohort_retention — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/cohort-retention - util_ltv_cac — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ltv-cac - util_break_even — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/break-even - util_experiment_lift — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/experiment-lift - util_revenue_concentration — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/revenue-concentration - util_step_budget_plan — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/step-budget-plan - util_retry_budget_plan — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/retry-budget-plan - util_idempotency_fingerprint — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/idempotency-fingerprint - util_task_priority_score — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/task-priority-score - util_dependency_order — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/dependency-order - util_timeout_budget — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/timeout-budget - util_circuit_breaker_state — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/circuit-breaker-state - util_batch_size_plan — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/batch-size-plan - util_concurrency_cap — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/concurrency-cap - util_workflow_gate — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/workflow-gate - util_payload_size_check — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/payload-size-check - util_price_ceiling_check — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/price-ceiling-check - util_retry_safe_classify — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/retry-safe-classify - util_status_class — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/status-class - util_slug_validate — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/slug-validate - util_host_port_split — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/host-port-split - util_iso_duration_parse — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/iso-duration-parse - util_env_key_validate — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/env-key-validate - util_semver_parts — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/semver-parts - util_semver_compare_lite — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/semver-compare-lite - util_unix_to_iso — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/unix-to-iso - util_iso_to_unix — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/iso-to-unix - util_weekday_name — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/weekday-name - util_month_name — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/month-name - util_days_between — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/days-between - util_token_echo_1 — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/token-echo-1 - util_token_echo_2 — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/token-echo-2 - util_hex_canonicalize — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/hex-canonicalize - util_wei_ether_convert — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/wei-ether-convert - util_address_checksum_evm — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/address-checksum-evm - util_tx_hash_validate — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/tx-hash-validate - util_chain_id_lookup — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/chain-id-lookup - util_selector_extract — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/selector-extract - util_abi_type_index — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/abi-type-index - util_base58_validate — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/base58-validate - util_eip55_check — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/eip55-check - util_bytes_hex_encode — $0.003 USDC — chain-local — https://api.delx.ai/api/v1/x402/bytes-hex-encode - util_hex_prefix — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/hex-prefix - util_is_hex_shape — $0.001 USDC — chain-local — https://api.delx.ai/api/v1/x402/is-hex-shape - util_price_tick_normalize — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/price-tick-normalize - util_ohlc_aggregate — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/ohlc-aggregate - util_spread_bps — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/spread-bps - util_return_pct — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/return-pct - util_volatility_sample — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/volatility-sample - util_signal_threshold — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/signal-threshold - util_score_clip — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/score-clip - util_weight_normalize — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/weight-normalize - util_timestamp_align — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/timestamp-align - util_ticker_canonicalize — $0.003 USDC — data-transform — https://api.delx.ai/api/v1/x402/ticker-canonicalize - util_url_path_normalize — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/url-path-normalize - util_query_string_parse — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/query-string-parse - util_content_type_guess — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/content-type-guess - util_markdown_heading_index — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/markdown-heading-index - util_text_chunk_plan — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/text-chunk-plan - util_keyword_density — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/keyword-density - util_language_script_detect — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/language-script-detect - util_citation_extract — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/citation-extract - util_jsonld_key_list — $0.003 USDC — open-data — https://api.delx.ai/api/v1/x402/jsonld-key-list - util_token_budget_split — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/token-budget-split - util_latency_sla_check — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/latency-sla-check - util_error_budget_plan — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/error-budget-plan - util_success_rate — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/success-rate - util_p95_estimate — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/p95-estimate - util_cost_per_success — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/cost-per-success - util_queue_wait_estimate — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/queue-wait-estimate - util_saturation_ratio — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/saturation-ratio - util_sla_breach_count — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/sla-breach-count - util_ops_health_score — $0.003 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ops-health-score - util_random_uuid_v4 — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/random-uuid-v4 - util_weighted_choice — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/weighted-choice - util_percent_clamp — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/percent-clamp - util_bytes_to_human — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bytes-to-human - util_clamp_int — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/clamp-int - util_ordinal — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ordinal - util_round_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/round-n - util_floor_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/floor-n - util_ceil_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ceil-n - util_abs_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/abs-n - util_sign_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/sign-n - util_min_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/min-n - util_max_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/max-n - util_sum_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/sum-n - util_avg_n — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/avg-n - util_ratio — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ratio - util_pct_of — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/pct-of - util_safe_div — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/safe-div - util_in_range — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/in-range - util_approx_eq — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/approx-eq - util_lerp — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/lerp - util_map_range — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/map-range - util_deg_to_rad — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/deg-to-rad - util_rad_to_deg — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/rad-to-deg - util_temp_c_to_f — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/temp-c-to-f - util_temp_f_to_c — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/temp-f-to-c - util_bytes_to_bits — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bytes-to-bits - util_bits_to_bytes — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bits-to-bytes - util_kb_to_bytes — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/kb-to-bytes - util_mb_to_bytes — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/mb-to-bytes - util_cmp_num — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/cmp-num - util_bool_not — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bool-not - util_bool_and — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bool-and - util_bool_or — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/bool-or - util_range_list — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/range-list - util_iota — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/iota - util_ms_to_hms — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/ms-to-hms - util_seconds_to_hms — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/seconds-to-hms - util_choice_index — $0.001 USDC — agent-ops — https://api.delx.ai/api/v1/x402/choice-index ## Generated surfaces - https://commerce.delx.ai/registry.json - https://commerce.delx.ai/catalog.txt - https://commerce.delx.ai/endpoints.txt - https://commerce.delx.ai/prompt.txt - https://commerce.delx.ai/llms-full.txt - https://commerce.delx.ai/clusters/index.json - https://commerce.delx.ai/updates/feed.json generated_at: 2026-08-07T10:40:20.279Z