# Foundry agent integration

Check each resource availability before paying. Recovery-pending services remain for reference. Examples are unpaid requests. Use POST application/json and the exact documented URL. Read the PAYMENT-REQUIRED header, verify the Base USDC amount and payTo, and use an x402 v2 client to sign the exact requirement. Reuse your original payment proof, body and Idempotency-Key on a retry; do not create another payment after an ambiguous result.

New /v2 results contain route, observed_at and result. Existing routes use their own documented output schemas. PAYMENT-RESPONSE contains the settlement receipt. A reconciliation-pending header means delivery succeeded but accounting needs reconciliation; do not repay.

Public catalog: /catalog.json
OpenAPI: /factory/openapi.json

Web retrieval is limited to the published reviewed origins and follows robots restrictions. Source attribution and reuse licences travel with results. There is no arbitrary URL proxy, browser scripting, target payment or transaction submission.

## JSON repair
Repair bounded near-JSON into valid deterministic JSON and optionally validate a safe JSON Schema subset.
Availability: PAYMENT_READINESS_UNVERIFIED. Published route; a current unpaid challenge does not prove paid delivery.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/json/repair' -H 'Content-Type: application/json' --data '{"text":"{status: '\''ok'\'', count: 2,}"}'

## CSV quality profile
Audit caller-supplied CSV data quality: infer column types, count missing and duplicate values, and flag malformed row widths without network access.
Availability: PAYMENT_READINESS_UNVERIFIED. Published route; a current unpaid challenge does not prove paid delivery.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile' -H 'Content-Type: application/json' --data '{"csv":"name,score\nAda,10\nLin,","has_header":true}'

## CSV drift evidence
Compare a candidate CSV with a baseline
Availability: PAYMENT_READINESS_UNVERIFIED. Production database recovery proven on 6 September; an unpaid challenge alone does not prove current paid delivery.
Price: US0.015000
curl -X POST 'https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift' -H 'Content-Type: application/json' --data '{"baselineCsv":"id,score,region\n1,0.7,AU\n2,0.9,US\n","candidateCsv":"id,score,region,source\n3,1.2,,api\n4,0.8,AU,api\n","allowedNewColumns":["source"],"missingRateReviewDelta":0.1,"numericRangeColumns":["score"]}'

## CSV pipeline integrity
Detect breaking CSV changes before an automated pipeline continues.
Availability: PAYMENT_READINESS_UNVERIFIED. Published route; a current unpaid challenge does not prove paid delivery.
Price: US0.050000
curl -X POST 'https://foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev/v1/csv/integrity' -H 'Content-Type: application/json' --data '{"baselineCsv":"id,name,amount\n1,Ada,10\n2,Lin,20\n","currentCsv":"id,name,amount\n1,Ada,10\n2,Lin,unknown\n","schema":{"columns":[{"name":"id","type":"integer","required":true,"nullable":false},{"name":"name","type":"string","required":true,"nullable":false},{"name":"amount","type":"number","required":true,"nullable":false}],"allowAdditionalColumns":false,"requireOrder":true}}'

## Data compatibility
Deterministically gate caller-supplied field contracts before ingestion, migration, CI deployment, or machine-to-machine handoff; returns stable incompatibility codes and remediation actions without fetching data or validating API behavior.
Availability: RECOVERY_PENDING. Current documented unpaid request returned HTTP 500 on 6 September. Do not pay until route-specific recovery is verified; healthy families continue.
Price: US0.003000
curl -X POST 'https://api.zfinia.com/x402/v1/data-compatibility-checker' -H 'Content-Type: application/json' --data '{"contract_version":"1","comparison_mode":"backward_compatible","canonicalization":"exact","source_fields":[{"name":"id","type":"string","required":true,"nullable":false}],"target_fields":[{"name":"id","type":"string","required":true,"nullable":false}]}'

## Colour contrast
Calculate WCAG 2.x sRGB contrast for one caller-supplied colour pair; no interface-wide accessibility claim is made.
Availability: PAYMENT_READINESS_UNVERIFIED. Published route; a current unpaid challenge does not prove paid delivery.
Price: US0.001000
curl -X POST 'https://api.zfinia.com/x402/v1/accessibility-contrast-calculator' -H 'Content-Type: application/json' --data '{"foreground":"#000000","background":"#ffffff","large_text":false}'

## Caller-supplied offer evidence
Convert caller-supplied authorized public product-page HTML containing schema.org Product JSON-LD into normalized Product/Offer evidence with SHA-256 provenance; no URL fetching, browser execution, or price-currentness claim.
Availability: PAYMENT_READINESS_UNVERIFIED. Published route; a current unpaid challenge does not prove paid delivery.
Price: US0.100000
curl -X POST 'https://api.zfinia.com/x402/v1/catalog-offer-evidence-extractor' -H 'Content-Type: application/json' --data '{"source_url":"https://example.com/products/widget","html":"<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Product\",\"name\":\"Widget\",\"offers\":{\"@type\":\"Offer\",\"price\":\"19.95\",\"priceCurrency\":\"USD\"}}</script>"}'

## Scholarly evidence
Compare open DOI metadata across Crossref and DataCite
Availability: PAYMENT_READINESS_UNVERIFIED. Production database recovery proven on 6 September; an unpaid challenge alone does not prove current paid delivery.
Price: US0.012000
curl -X POST 'https://foundry-open-scholarly-evidence-mainnet.inference-chip-index.workers.dev/v1/scholarly/evidence' -H 'Content-Type: application/json' --data '{"doi":"10.1038/nphys1170"}'

## DKIM selector deployment contract
Compare one or two caller-declared DKIM selector TXT values with current DNS evidence before a selector rotation. Exact decoded text comparison, explicit absent and unknown results, source timestamps and published-record checks. No signature or deliverability guarantee.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-mail-auth-selector-compare' -H 'Content-Type: application/json' --data '{"domain":"example.com","selectors":[{"selector":"s1","expected_txt":"v=DKIM1; p=EXAMPLE_PUBLIC_KEY"}]}'

## Two-domain DNS migration reconciliation
Compare live apex DNS record sets across two domains using only your explicit whole-record mappings. Find missing and additional destination records, unapplied mappings and unknown source reads. At most five record types and ten resolver requests; no migration or delivery guarantee.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.007000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-domain-migration-reconciliation' -H 'Content-Type: application/json' --data '{"source_domain":"example.com","destination_domain":"example.net","record_types":["MX"],"record_mappings":[]}'

## Two-site hourly weather limit comparison
Compare two US work sites for the same weather window of up to 24 hours. Receive aligned outcomes for your temperature, wind and rain limits, durations for matching and unknown conditions, and separate NWS evidence. No safety or preferred-site recommendation.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.012000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-two-site-operating-comparison' -H 'Content-Type: application/json' --data '{"site_a":{"latitude":39.7456,"longitude":-97.0892},"site_b":{"latitude":40.015,"longitude":-105.2705},"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'

## Hourly weather limits with active alert overlaps
Join hourly NWS weather-limit windows with currently active point alerts that overlap each interval. Send a US point, duration and explicit weather limits. Unknown alert timing, missing forecast data and truncation remain visible; no safety conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.008000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-weather-alert-window-composite' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'

## Allocate earthquake observations to declared assets
Match up to five declared asset points to USGS earthquake observations within a common radius and seven-day window. Returns asset-event pairs, approximate distances and per-asset completeness from one bounded search. No damage or hazard conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.009000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-asset-incident-composite' -H 'Content-Type: application/json' --data '{"assets":[{"id":"warehouse-a","latitude":37.77,"longitude":-122.42},{"id":"warehouse-b","latitude":37.33,"longitude":-121.89}],"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":20}'

## Compare declared study dates with registry evidence
Compare supplied start or completion dates for up to three NCT study records against current ClinicalTrials.gov values. Preserve year, month and day precision and identify disjoint or overlapping date ranges. Date values only; no claim a milestone occurred.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-study-date-contract' -H 'Content-Type: application/json' --data '{"studies":[{"nct_id":"NCT00110383","dates":[{"field":"completionDate","expected":"2026-09"}]}]}'

## Reconcile a clinical study search shortlist
Compare up to twenty saved NCT identifiers with the newest bounded ClinicalTrials.gov results for a condition. Return added, retained and unobserved identifiers, preserving pagination uncertainty and registry processing time. No deleted-study or medical conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinical-search-set-change' -H 'Content-Type: application/json' --data '{"condition":"asthma","limit":20,"baseline_nct_ids":["NCT00110383"]}'

## Reconcile a declared LEI record snapshot
Compare one caller-supplied LEI snapshot with current GLEIF legal name, jurisdiction, entity status, registration status and record timestamps. Return field differences, normalized agreements and unknowns with source evidence. No historical verification or ownership conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.006000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-record-baseline-change' -H 'Content-Type: application/json' --data '{"lei":"5493001KJTIIGC8Y1R12","baseline_fields":[{"field":"registrationStatus","value":"ISSUED"},{"field":"nextRenewal","value":"2026-09-01T00:00:00Z"}]}'

## Preflight an x402 endpoint
Check an x402 endpoint before paying: inspect status, price, Base network, payTo and declared schemas. Reviewed origins only; no target payment.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.004000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/x402/preflight' -H 'Content-Type: application/json' --data '{"url":"https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v1/csv/profile","method":"POST","body":{"csv":"name,score\nAda,10"}}'

## Recent earthquake evidence
Find recent USGS earthquake observations by time window and minimum magnitude, with event identifiers, source times and revision status.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-recent-earthquakes' -H 'Content-Type: application/json' --data '{"hours":24,"minimum_magnitude":2.5,"limit":5}'

## Earthquake event lookup
Resolve a seismic event identifier into its latest reported location, magnitude, origin time and review status for incident reconciliation.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-earthquake-event' -H 'Content-Type: application/json' --data '{"event_id":"us7000m9g4"}'

## Active US weather alerts
Return current National Weather Service alerts for a US state or territory, including severity, urgency, expiry and official source identifiers.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-active-alerts' -H 'Content-Type: application/json' --data '{"area":"AK","limit":5}'

## US point forecast evidence
Get a current US weather forecast by latitude and longitude from the National Weather Service (NWS): temperature, wind, conditions and forecast periods with source update times.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"periods":4}'

## LEI entity lookup
Resolve one LEI into current legal entity name, jurisdiction, registration status and renewal dates from GLEIF reference data.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-lei-lookup' -H 'Content-Type: application/json' --data '{"lei":"5493001KJTIIGC8Y1R12"}'

## Find an entity LEI
Search GLEIF by company or legal entity name to match a business to candidate LEI records, registration status and jurisdiction. Returns bounded factual reference data with source evidence.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/gleif-entity-search' -H 'Content-Type: application/json' --data '{"name":"Bloomberg","limit":5}'

## Decode vehicle VIN attributes
Decode one full or partial VIN into NHTSA manufacturer-reported make, model, year and vehicle attributes, preserving decode errors. No owner lookup.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nhtsa-vin-decode' -H 'Content-Type: application/json' --data '{"vin":"5UXWX7C5*BA0","model_year":2011}'

## Search clinical study metadata
Find recently updated ClinicalTrials.gov study identifiers, titles and registry status for a condition, with the registry processing date. No medical conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-search' -H 'Content-Type: application/json' --data '{"condition":"asthma","limit":5}'

## Clinical study registry lookup
Resolve one NCT identifier into current factual registry status, study dates and phase, with source processing time and explicit provenance.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-study' -H 'Content-Type: application/json' --data '{"nct_id":"NCT00110383"}'

## Location weather and alert evidence
Get US point weather forecast periods and active hazards/alerts in one request. Includes temperature, wind, alert severity and expiry, National Weather Service (NWS) provenance, separate source timestamps and retrieval freshness. For operational planning context; no safety guarantee.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/location-weather-evidence' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"periods":4,"alert_limit":5}'

## Hourly weather threshold windows
Find contiguous hours within a requested US weather window that match your temperature, wind-speed and precipitation-probability limits. Compares fresh NWS hourly forecasts, preserves unknown fields and uncovered times, and returns source timestamps. Evidence for scheduling workflows; no safety or activity recommendation.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/weather-activity-window' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start_hours_from_now":0,"duration_hours":12,"min_temperature_c":5,"max_temperature_c":30,"max_wind_kph":25,"max_precipitation_probability":30}'

## Domain DNS and email authentication posture
See the DNS and email-authentication posture a domain exposes now: A/AAAA, MX, NS, TXT, SPF, exact-domain DMARC and caller-selected DKIM evidence with source timestamps. No mailbox or message-authentication claim.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-email-posture' -H 'Content-Type: application/json' --data '{"domain":"example.com","dkim_selectors":[]}'

## Domain mail routing and authentication readiness
Determine whether a domain exposes mail routing and sender-authentication records. Receive READY, PARTIAL, NO_MAIL_ROUTING, MISCONFIGURED or UNKNOWN with exact DNS evidence. Readiness does not prove mailbox existence or successful delivery.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/mail-readiness' -H 'Content-Type: application/json' --data '{"domain":"example.com"}'

## Email syntax and mail-domain evidence
Check supported email syntax and whether its domain exposes mail routing, with MX and fallback-address evidence. Only the domain is queried. Mailbox existence is always UNKNOWN; no SMTP probing, validity guarantee or email sending.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/email/domain-evidence' -H 'Content-Type: application/json' --data '{"email":"agent@example.com"}'

## DNS deployment contract evidence
Check whether current apex DNS records contain the record sets your deployment requires. Return missing expected values and observed evidence for each requested type; additional records do not fail a subset contract. No mailbox, ownership or delivery claim.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.007000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-deployment-contract' -H 'Content-Type: application/json' --data '{"domain":"example.com","records":[{"type":"MX","records":["0 ."]}]}'

## DNS snapshot change evidence
Compare a caller-supplied apex DNS snapshot with current records. Return added and removed record values, unchanged types and explicit unknown lookups, with resolver timestamps. Stateless change evidence for migration and configuration review; no mailbox or delivery claim.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.007000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/domain/dns-snapshot-change' -H 'Content-Type: application/json' --data '{"domain":"example.com","records":[{"type":"MX","records":["0 ."]}]}'

## Trial shortlist status change evidence
Compare up to three NCT study identifiers against caller-supplied prior registry statuses and update dates. Return per-study matches, changes or unknown baselines plus current factual registry evidence and processing times. No treatment, efficacy or medical conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/clinicaltrials-cohort-status' -H 'Content-Type: application/json' --data '{"studies":[{"nct_id":"NCT00110383","previous_status":null,"previous_update_date":null}]}'

## Counterparty LEI and legal-name reconciliation
Reconcile up to three supplied legal names and LEIs against current GLEIF registry evidence. Return explicit name agreement or disagreement, registration status, renewal dates and provenance. Normalizes case and whitespace; does not infer identity, ownership or compliance.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.012000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/lei-counterparty-consistency' -H 'Content-Type: application/json' --data '{"entities":[{"lei":"5493001KJTIIGC8Y1R12","expected_legal_name":"Bloomberg Finance L.P."}]}'

## Earthquake incident revision comparison
Compare current USGS facts for one event with your previous incident snapshot. Identify magnitude, location/depth, event-time and review-status differences while preserving unknown baselines and source revision times. No emergency warning or impact prediction.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.006000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/earthquake-incident-comparison' -H 'Content-Type: application/json' --data '{"event_id":"aka2026rqupxa","previous":{"magnitude":null,"coordinates":null,"status":null,"eventTime":null}}'

## CSV mapping and typed ingestion contract
Map a bounded CSV into named, typed JSON columns and validate the result in one call. Returns transformed rows only when every row satisfies your declared contract; otherwise returns bounded row/column error codes without partial transformed data. No formulas, code execution, inferred cleanup or external fetching.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-ingestion-contract' -H 'Content-Type: application/json' --data '{"csv":"person,score\nAda,10\nLin,12","columns":[{"source":"person","target":"name","type":"string","nullable":false,"trim":true},{"source":"score","target":"points","type":"integer","nullable":false,"trim":false}]}'

## CSV cross-file foreign-key integrity
Check whether child CSV keys resolve to unique parent CSV keys before a relational import. Receive orphan, blank-key and duplicate-parent counts with bounded record numbers. Choose explicit trimming and blank-child handling. Exact string matching; no inferred joins, data correction or external fetching.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.012000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-cross-file-key-integrity' -H 'Content-Type: application/json' --data '{"parent_csv":"id,name\n1,Ada\n2,Lin","child_csv":"order,person_id\nA,1\nB,2","parent_key":"id","child_key":"person_id","blank_child_keys":"reject","trim_keys":false}'

## CSV keyed row reconciliation
Reconcile two CSV snapshots by an explicit unique key. Identify added, removed and changed records and the declared columns that changed, using bounded record numbers without echoing cell values. Exact strings; duplicate or blank keys fail before payment settlement. No inferred matching or aggregate-only drift.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.015000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-keyed-row-reconciliation' -H 'Content-Type: application/json' --data '{"before_csv":"id,stock\n1,5\n2,4","after_csv":"id,stock\n1,6\n3,2","key_column":"id","compare_columns":["stock"]}'

## Earthquakes near a location during an incident window
Find up to 20 USGS earthquake observations within a supplied radius and seven-day time window. Return event identifiers, magnitude, coordinates, depth and revision times, with an explicit completeness flag. One current source retrieval; no emergency or impact claim.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-radius-incident-window' -H 'Content-Type: application/json' --data '{"latitude":37.77,"longitude":-122.42,"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":10}'

## Earthquake incident set reconciliation
Compare caller-supplied event identifiers with current USGS results for the same radius and fixed time window. Return newly observed, retained and absent identifiers. Truncated searches mark absence unresolved. Stateless reconciliation; no deletion or monitoring claim.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.011000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/usgs-event-set-change' -H 'Content-Type: application/json' --data '{"window":{"latitude":37.77,"longitude":-122.42,"radius_km":100,"start_time":"2026-09-05T00:00:00Z","end_time":"2026-09-06T00:00:00Z","minimum_magnitude":0,"limit":10},"baseline_event_ids":["us7000m9g4"]}'

## Compare two vehicles by decoded VIN attributes
Compare two full VINs across make, model, year, vehicle type, body class and fuel type using two current NHTSA decodes. Return field matches, mismatches or unknowns with both source results. Decode errors remain visible; no ownership, title or vehicle-history lookup.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-pair-attribute-comparison' -H 'Content-Type: application/json' --data '{"left_vin":"1HGCM82633A004352","right_vin":"5UXWX7C50BA000000"}'

## Check declared vehicle attributes against VIN evidence
Check supplied vehicle listing attributes against one current NHTSA VIN decode. Return per-field agreement, mismatch or unknown for declared make, model, year, vehicle type, body class or fuel type. Includes decode errors and source evidence; no fraud or ownership conclusion.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.006000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/vin-declared-attribute-mismatch' -H 'Content-Type: application/json' --data '{"vin":"1HGCM82633A004352","expected":[{"field":"Make","value":"HONDA"},{"field":"ModelYear","value":"2003"}]}'

## Forecast changes against your prior forecast
Compare a current NWS point forecast with your previous forecast for up to 48 hours. Receive changed temperature, wind and condition fields for matching periods, unknown comparisons and coverage gaps. Send coordinates, interval and prior periods. Two bounded source calls; no safety recommendation.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.012000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-forecast-baseline-change' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start":"2026-09-07T00:00:00Z","end":"2026-09-07T12:00:00Z","baseline":[{"startTime":"2026-09-07T00:00:00Z","endTime":"2026-09-07T12:00:00Z","temperature":20,"temperatureUnit":"C","windSpeed":"5 mph","windDirection":"N","shortForecast":"Clear"}]}'

## Active alert relevance for your time window
Find current NWS alerts matching a US point and overlapping your interval of up to 48 hours. Send latitude, longitude, start and end. Receive alert IDs, overlap times, unknown timing and truncation with source timestamps. This current snapshot is not an archive or safety verdict.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/official/nws-alert-interval-relevance' -H 'Content-Type: application/json' --data '{"latitude":39.7456,"longitude":-97.0892,"start":"2026-09-07T00:00:00Z","end":"2026-09-07T12:00:00Z"}'

## CSV join cardinality and fanout precheck
Predict inner, left or full join output size before materializing a join. Receive matched-pair counts, unmatched record counts and many-to-many fanout evidence, checked against your output-row limit. Exact string keys; blank keys match blank keys. No rows are joined or uploaded elsewhere.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-join-cardinality-precheck' -H 'Content-Type: application/json' --data '{"left_csv":"id,item\n1,A\n1,B\n2,C","right_csv":"id,tag\n1,X\n1,Y\n3,Z","left_key":"id","right_key":"id","join_type":"left","maximum_output_rows":10}'

## CSV deterministic keyed deduplication
Produce a deduplicated CSV using one to three declared key columns and an explicit first, last or reject conflict policy. Retained records stay in their original order; receive the removed-record count and bounded record-number evidence. No guessed winners, enrichment or formula execution.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.005000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-deterministic-deduplication' -H 'Content-Type: application/json' --data '{"csv":"id,name\n1,Ada\n1,Ada updated\n2,Lin","keys":["id"],"keep":"last"}'

## CSV partition union consistency
Check two to five CSV exports before concatenating them into one dataset. Verify identical ordered headers, nonblank business keys and key uniqueness across all partitions, with bounded partition and record evidence. Maximum 1000 aggregate records. No automatic merge or schema inference.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.008000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-partition-consistency' -H 'Content-Type: application/json' --data '{"partitions":["id,name\n1,Ada","id,name\n2,Lin"],"key_column":"id"}'

## CSV grouped control-total reconciliation
Reconcile detailed CSV amounts against a summary CSV by a declared group key. Exact fixed-decimal arithmetic avoids floating-point rounding. Receive missing-group and amount-difference evidence; duplicate summary groups and invalid amounts are rejected. This is data reconciliation, not financial certification.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.010000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-grouped-balance-reconciliation' -H 'Content-Type: application/json' --data '{"detail_csv":"group,amount\nA,0.10\nA,0.20","summary_csv":"group,total\nA,0.30","detail_group":"group","summary_group":"group","detail_amount":"amount","summary_amount":"total","decimal_places":2}'

## CSV explicit-format date and time normalization
Normalize selected CSV date columns into UTC ISO timestamps using declared day/month/year formats and a fixed UTC offset. Invalid dates reject the transformed export with bounded record/column evidence. No locale guessing, daylight-saving inference, formula execution or external upload.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.006000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-datetime-normalization' -H 'Content-Type: application/json' --data '{"csv":"id,when\n1,06/09/2026 09:30:00","columns":[{"name":"when","format":"DD/MM/YYYY HH:mm:ss"}],"utc_offset_minutes":600}'

## CSV fixed-interval time-series gap evidence
Find missing and duplicate observations against a caller-declared UTC start, end and fixed interval. Separately count off-grid, outside-window and invalid timestamps. Returns bounded missing-time evidence without inventing or interpolating observations. Maximum10000 expected instants and500 input records.
Availability: ENABLED_DISCOVERY_PENDING. Enabled for invocation; commercial launch requires current discovery parity. Source and capacity failures stop before settlement.
Price: US0.006000
curl -X POST 'https://foundry-par007-machine-revenue-mainnet.inference-chip-index.workers.dev/v2/data/csv-timeseries-gap-evidence' -H 'Content-Type: application/json' --data '{"csv":"at,value\n2026-09-06T00:00:00Z,1\n2026-09-06T00:02:00Z,3","timestamp_column":"at","start_time":"2026-09-06T00:00:00Z","end_time":"2026-09-06T00:02:00Z","step_seconds":60}'
