{"openapi":"3.0.3","info":{"title":"Automaton Verified Public Data Services","version":"4.4.0-conversion-funnel","description":"Eight x402 pay-per-use tools with deterministic request translation, bounded free source preview, immediate verified snapshots and machine-readable repeat-check instructions."},"servers":[{"url":"https://9dmb38pvlp8dr1d3rtfjpe934o.ingress.h4i-dedicated.eu-sw-2.digitalfrontier.so","description":"Live Automaton seller on Akash"}],"tags":[{"name":"Public data monitoring","description":"Machine-readable monitoring tools for AWS AgentCore and other OpenAPI/MCP-compatible agents."}],"paths":{"/api/seller/v4/public-data/baseline":{"post":{"operationId":"publicDataBaselineV1","summary":"Automaton Public Data Baseline","description":"Capture a timestamped public HTTPS source snapshot and SHA-256 hash, returning private monitor credentials for later checks. This pay-per-use tool costs $0.005 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},"example":{"action":"create","url":"https://example.com/data.json","label":"Public dataset"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-data-baseline-v1","priceMicros":5000,"route":"/api/seller/v4/public-data/baseline"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":5000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline","status":"baseline_created","classification":"baseline","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":false,"changeRatio":0,"addedExcerpts":0,"removedExcerpts":0,"message":"Baseline captured."},"evidence":[],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/change-check","productId":"public-data-change-check-v1","priceMicros":10000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true."}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.005 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-data-baseline-v1","priceMicros":5000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Public Data Baseline Capture a timestamped public HTTPS source snapshot and SHA-256 hash, returning private monitor credentials for later checks. public-data snapshot baseline sha256 monitoring agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/change-check":{"post":{"operationId":"publicDataChangeCheckV1","summary":"Automaton Public Data Change Check","description":"Check an existing monitor and receive classification, change ratio, source URL, timestamps and before/after SHA-256 hashes. This pay-per-use tool costs $0.01 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false},"example":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"monitor-access-token-0123456789abcdef"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-data-change-check-v1","priceMicros":10000,"route":"/api/seller/v4/public-data/change-check"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":10000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/change-check","productId":"public-data-change-check-v1","priceMicros":10000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"}}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.01 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-data-change-check-v1","priceMicros":10000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"authenticated-follow-up","requiresExistingMonitor":true},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Public Data Change Check Check an existing monitor and receive classification, change ratio, source URL, timestamps and before/after SHA-256 hashes. public-data change-detection monitoring materiality sha256 agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/evidence-report":{"post":{"operationId":"publicDataEvidenceReportV1","summary":"Automaton Verified Change Evidence Report","description":"Premium sourced change report with materiality, cited excerpts, timestamps, content hashes, report digest and recent monitor history. This pay-per-use tool costs $0.03 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false},"example":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"monitor-access-token-0123456789abcdef"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-data-evidence-report-v1","priceMicros":30000,"route":"/api/seller/v4/public-data/evidence-report"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":30000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[{"kind":"added","excerpt":"The filing deadline moved to 30 September.","sourceUrl":"https://example.com/data.json","snapshotHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z"}],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/evidence-report","productId":"public-data-evidence-report-v1","priceMicros":30000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"},"history":[{"reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","status":"changed","classification":"material","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","message":"Material normalized content change detected."}]}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.03 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-data-evidence-report-v1","priceMicros":30000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"authenticated-follow-up","requiresExistingMonitor":true},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Verified Change Evidence Report Premium sourced change report with materiality, cited excerpts, timestamps, content hashes, report digest and recent monitor history. public-data evidence citations history materiality sha256 agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/webpage-change":{"post":{"operationId":"publicWebpageChangeV1","summary":"Automaton Webpage Change Monitor","description":"Detect meaningful text changes on a public webpage with normalized before/after evidence. This pay-per-use tool costs $0.01 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}]},"example":{"action":"create","url":"https://example.com/public-source","label":"Automaton Webpage Change Monitor"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-webpage-change-v1","priceMicros":10000,"route":"/api/seller/v4/public-data/webpage-change"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":10000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/webpage-change","productId":"public-webpage-change-v1","priceMicros":10000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"}}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.01 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-webpage-change-v1","priceMicros":10000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Webpage Change Monitor Detect meaningful text changes on a public webpage with normalized before/after evidence. public-data monitoring change-detection webpage website agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/dataset-change":{"post":{"operationId":"publicDatasetChangeV1","summary":"Automaton Public Dataset Change Monitor","description":"Track changes in public JSON, CSV, XML or text datasets with deterministic normalization and hashes. This pay-per-use tool costs $0.01 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}]},"example":{"action":"create","url":"https://example.com/public-source","label":"Automaton Public Dataset Change Monitor"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-dataset-change-v1","priceMicros":10000,"route":"/api/seller/v4/public-data/dataset-change"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":10000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/dataset-change","productId":"public-dataset-change-v1","priceMicros":10000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"}}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.01 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-dataset-change-v1","priceMicros":10000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Public Dataset Change Monitor Track changes in public JSON, CSV, XML or text datasets with deterministic normalization and hashes. public-data monitoring change-detection dataset json csv xml agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/feed-change":{"post":{"operationId":"publicFeedChangeV1","summary":"Automaton Public Feed Change Monitor","description":"Track public RSS, Atom or XML feed content and report normalized additions and removals. This pay-per-use tool costs $0.01 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}]},"example":{"action":"create","url":"https://example.com/public-source","label":"Automaton Public Feed Change Monitor"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-feed-change-v1","priceMicros":10000,"route":"/api/seller/v4/public-data/feed-change"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":10000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/feed-change","productId":"public-feed-change-v1","priceMicros":10000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"}}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.01 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-feed-change-v1","priceMicros":10000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Public Feed Change Monitor Track public RSS, Atom or XML feed content and report normalized additions and removals. public-data monitoring change-detection rss atom feed xml agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v4/public-data/regulatory-change":{"post":{"operationId":"publicRegulatoryChangeV1","summary":"Automaton Public Regulatory Change Evidence","description":"Premium monitoring for public regulator pages and datasets with cited changes, materiality, hashes, timestamps and history. This pay-per-use tool costs $0.03 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}]},"example":{"action":"create","url":"https://example.gov/public-notices","label":"Regulatory notices"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-regulatory-change-v1","priceMicros":30000,"route":"/api/seller/v4/public-data/regulatory-change"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":30000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[{"kind":"added","excerpt":"The filing deadline moved to 30 September.","sourceUrl":"https://example.com/data.json","snapshotHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z"}],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v4/public-data/regulatory-change","productId":"public-regulatory-change-v1","priceMicros":30000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"},"history":[{"reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","status":"changed","classification":"material","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","message":"Material normalized content change detected."}]}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.03 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-regulatory-change-v1","priceMicros":30000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Public Regulatory Change Evidence Premium monitoring for public regulator pages and datasets with cited changes, materiality, hashes, timestamps and history. public-data regulatory compliance evidence citations history agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/seller/v3/public-data-monitor":{"post":{"operationId":"publicDataMonitorLegacyV3","summary":"Automaton Verified Public Data Monitor","description":"Compatibility route for creating a public-data baseline or receiving the complete sourced, timestamped and hashed change report. This pay-per-use tool costs $0.05 USDC on Base and returns HTTP 402 until paid through x402 v2.","tags":["Automaton","Public data monitoring"],"parameters":[{"name":"Idempotency-Key","in":"header","required":false,"description":"Recommended unique 8-160 character key for client-controlled replay protection. If omitted, retries of the same signed x402 payment payload are deduplicated automatically.","schema":{"type":"string","minLength":8,"maxLength":160}},{"name":"X-Automaton-Commercial-Channel","in":"header","required":false,"description":"Optional self-declared commercial attribution. It never changes price, access or payment authority.","schema":{"type":"string","enum":["direct-x402","coinbase-bazaar","aws-agentcore","other-agent"],"default":"direct-x402"},"example":"aws-agentcore"}],"requestBody":{"required":true,"description":"Canonical product JSON is preferred. Common OpenAPI/MCP wrappers and field aliases are normalized deterministically before validation.","content":{"application/json":{"schema":{"oneOf":[{"type":"object","properties":{"action":{"type":"string","enum":["create"],"description":"Capture the first verified snapshot."},"url":{"type":"string","pattern":"^https://","description":"Public HTTPS webpage, feed or text dataset URL."},"label":{"type":"string","maxLength":120,"description":"Optional human-readable monitor label."}},"required":["action","url"],"additionalProperties":false},{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}]},"example":{"action":"create","url":"https://example.com/public-data","label":"Public dataset"}}}},"responses":{"200":{"description":"Verified monitoring result after successful x402 settlement.","content":{"application/json":{"schema":{"type":"object","properties":{"sellerMode":{"type":"string","enum":["base-mainnet-usdc"]},"realPayment":{"type":"boolean","enum":[true]},"replayed":{"type":"boolean"},"settlementPending":{"type":"boolean"},"product":{"type":"object","properties":{"id":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"route":{"type":"string"}},"required":["id","priceMicros","route"],"additionalProperties":false},"order":{"type":"object","properties":{"id":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"amountMicros":{"type":"integer","minimum":1},"status":{"type":"string","enum":["prepared","settled"]},"result":{"type":"object","properties":{"productId":{"type":"string"},"productVersion":{"type":"string"},"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"accessToken":{"type":"string","description":"Returned only when a baseline is created."},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"label":{"type":"string"},"source":{"type":"object","properties":{"requestedUrl":{"type":"string","pattern":"^https://"},"resolvedUrl":{"type":"string","pattern":"^https://"},"contentType":{"type":"string"}},"required":["requestedUrl","resolvedUrl","contentType"],"additionalProperties":false},"previous":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["snapshotId","hash","observedAt"],"additionalProperties":false},"current":{"type":"object","properties":{"snapshotId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"bytes":{"type":"integer","minimum":0},"previewExcerpt":{"type":"string","maxLength":240,"description":"Small sanitized excerpt proving the paid snapshot captured useful content."}},"required":["snapshotId","hash","observedAt","bytes"],"additionalProperties":false},"nextAction":{"type":"object","description":"Ready-to-send repeat-check instruction for an autonomous buyer agent.","properties":{"type":{"type":"string","enum":["schedule_monitor_check"]},"recommendedAt":{"type":"string"},"recommendedAfterSeconds":{"type":"integer","minimum":60},"method":{"type":"string","enum":["POST"]},"endpoint":{"type":"string","pattern":"^https://"},"productId":{"type":"string"},"priceMicros":{"type":"integer","minimum":1},"contentType":{"type":"string","enum":["application/json"]},"idempotencyKeyRecommended":{"type":"boolean"},"body":{"type":"object","properties":{"action":{"type":"string","enum":["check"],"description":"Compare the latest public content with the prior snapshot."},"monitorId":{"type":"string","pattern":"^[0-9a-f-]{36}$","description":"Monitor identifier returned by a baseline purchase."},"accessToken":{"type":"string","minLength":32,"maxLength":256,"description":"Secret monitor access token returned once with the baseline."}},"required":["action","monitorId","accessToken"],"additionalProperties":false}},"required":["type","recommendedAt","recommendedAfterSeconds","method","endpoint","productId","priceMicros","contentType","idempotencyKeyRecommended","body"],"additionalProperties":false},"summary":{"type":"object","properties":{"changed":{"type":"boolean"},"changeRatio":{"type":"number","minimum":0,"maximum":1},"addedExcerpts":{"type":"integer","minimum":0},"removedExcerpts":{"type":"integer","minimum":0},"message":{"type":"string"}},"required":["changed","changeRatio","addedExcerpts","removedExcerpts","message"],"additionalProperties":false},"evidence":{"type":"array","items":{"type":"object","properties":{"kind":{"type":"string","enum":["added","removed"]},"excerpt":{"type":"string"},"sourceUrl":{"type":"string","pattern":"^https://"},"snapshotHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"}},"required":["kind","excerpt","sourceUrl","snapshotHash","observedAt"],"additionalProperties":false}},"verification":{"type":"object","properties":{"algorithm":{"type":"string","enum":["sha256"]},"reportDigest":{"type":"string","pattern":"^[0-9a-f]{64}$"},"currentContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"previousContentHash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"sourceUrl":{"type":"string","pattern":"^https://"},"observedAt":{"type":"string"}},"required":["algorithm","reportDigest","currentContentHash","sourceUrl","observedAt"],"additionalProperties":false},"history":{"type":"array","description":"Recent verified reports for this monitor, newest first. Premium evidence routes only.","items":{"type":"object","properties":{"reportId":{"type":"string","pattern":"^[0-9a-f-]{36}$"},"status":{"type":"string","enum":["baseline_created","no_change","changed"]},"classification":{"type":"string","enum":["baseline","none","minor","material"]},"hash":{"type":"string","pattern":"^[0-9a-f]{64}$"},"observedAt":{"type":"string"},"message":{"type":"string"}},"required":["reportId","status","classification","hash","observedAt","message"],"additionalProperties":false}},"limitation":{"type":"string"}},"required":["productId","productVersion","reportId","monitorId","status","classification","source","current","summary","evidence","verification","nextAction","limitation"],"additionalProperties":false}},"required":["id","amountMicros","status","result"],"additionalProperties":true}},"required":["sellerMode","realPayment","replayed","product","order"],"additionalProperties":false},"example":{"sellerMode":"base-mainnet-usdc","realPayment":true,"replayed":false,"settlementPending":true,"product":{"id":"public-data-monitor-legacy-v3","priceMicros":50000,"route":"/api/seller/v3/public-data-monitor"},"order":{"id":"58e204e6-a81a-4ada-b9ad-c7205ee8a902","amountMicros":50000,"status":"prepared","result":{"productId":"public-data-change-report-v1","productVersion":"2.0.0-web4-sandbox","reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","status":"changed","classification":"material","source":{"requestedUrl":"https://example.com/data.json","resolvedUrl":"https://example.com/data.json","contentType":"application/json"},"current":{"snapshotId":"897039c5-d352-4676-aa67-36f632bc1890","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","bytes":1024,"previewExcerpt":"Public filing deadline: 30 September."},"summary":{"changed":true,"changeRatio":0.16,"addedExcerpts":1,"removedExcerpts":1,"message":"Material normalized content change detected."},"evidence":[{"kind":"added","excerpt":"The filing deadline moved to 30 September.","sourceUrl":"https://example.com/data.json","snapshotHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z"}],"verification":{"algorithm":"sha256","reportDigest":"bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb","currentContentHash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","sourceUrl":"https://example.com/data.json","observedAt":"2026-08-05T12:00:00.000Z","previousContentHash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"},"nextAction":{"type":"schedule_monitor_check","recommendedAt":"2026-08-06T12:00:00.000Z","recommendedAfterSeconds":86400,"method":"POST","endpoint":"https://example.com/api/seller/v3/public-data-monitor","productId":"public-data-monitor-legacy-v3","priceMicros":50000,"contentType":"application/json","idempotencyKeyRecommended":true,"body":{"action":"check","monitorId":"7dc52223-3484-4c66-b77e-edff3d9948e3","accessToken":"secret-token-returned-once-with-the-baseline"}},"limitation":"The report verifies changes in captured public-source content; it does not verify that the source's claims are true.","previous":{"snapshotId":"257d564e-53c4-457f-87cf-bc52720ced54","hash":"cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc","observedAt":"2026-08-04T12:00:00.000Z"},"history":[{"reportId":"53c9028f-9d11-4f71-a91a-169205ac5a08","status":"changed","classification":"material","hash":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","observedAt":"2026-08-05T12:00:00.000Z","message":"Material normalized content change detected."}]}}}}}},"400":{"description":"Input validation failed, or a supplied idempotency key was malformed.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"402":{"description":"Payment required: $0.05 Base USDC."},"405":{"description":"Wrong HTTP method. Product routes accept POST only and return machine-readable guidance.","content":{"application/json":{"schema":{"type":"object","required":["error","errorCode","settled"],"properties":{"error":{"type":"string"},"errorCode":{"type":"string","enum":["method_not_allowed","malformed_json","invalid_request","action_not_allowed","monitor_authorization_failed","idempotency_invalid","other_client_error"]},"settled":{"type":"boolean","enum":[false]},"product":{"type":"object","additionalProperties":true},"guidance":{"type":"object","additionalProperties":true}},"additionalProperties":true}}}},"409":{"description":"Idempotency key was previously used for different input."},"503":{"description":"Storefront is temporarily stopped by the lifecycle controller."}},"x-automaton-commerce":{"productId":"public-data-monitor-legacy-v3","priceMicros":50000,"network":"eip155:8453","asset":"USDC","payTo":"0xc4fc36e220eA20F45E303C8cC0DFd4292D1dF8CD","protocol":"x402-v2","receiveOnly":true,"spendAuthority":false,"idempotencyKeyRequired":false,"idempotencyKeyRecommended":true,"idempotencyFallback":"signed-payment-fingerprint","discoveryRole":"public-entry","requiresExistingMonitor":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"externalFetchPerformed":false,"paymentAuthority":false},"x-agentcore-semantic-query":"Automaton Verified Public Data Monitor Compatibility route for creating a public-data baseline or receiving the complete sourced, timestamped and hashed change report. public-data monitoring change-detection evidence mainnet agent-api agentcore-compatible openapi pay-per-use x402 base-usdc AWS AgentCore AI agent tool pay per use API x402 Base USDC verified public data monitoring"}},"/api/preflight":{"post":{"operationId":"preflightAutomatonJob","summary":"Validate an Automaton job without payment","description":"Selects a product, normalizes common agent input and, for create jobs, returns a bounded public-source preview by default. Set preview=false for structural validation only. It never verifies private monitor credentials, requests payment or moves funds.","tags":["Automaton","Public data monitoring"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","anyOf":[{"required":["input"]},{"required":["arguments"]},{"required":["parameters"]},{"required":["params"]},{"required":["request"]},{"required":["payload"]},{"required":["data"]},{"required":["body"]},{"required":["task"]},{"required":["job"]},{"required":["intent"]},{"required":["prompt"]},{"required":["instruction"]},{"required":["url"]},{"required":["sourceUrl"]},{"required":["source_url"]},{"required":["targetUrl"]},{"required":["target_url"]},{"required":["source"]},{"required":["target"]},{"required":["uri"]},{"required":["webpage"]},{"required":["website"]},{"required":["endpoint"]}],"properties":{"productId":{"type":"string","enum":["public-data-baseline-v1","public-data-change-check-v1","public-data-evidence-report-v1","public-webpage-change-v1","public-dataset-change-v1","public-feed-change-v1","public-regulatory-change-v1","public-data-monitor-legacy-v3"]},"route":{"type":"string","enum":["/api/seller/v4/public-data/baseline","/api/seller/v4/public-data/change-check","/api/seller/v4/public-data/evidence-report","/api/seller/v4/public-data/webpage-change","/api/seller/v4/public-data/dataset-change","/api/seller/v4/public-data/feed-change","/api/seller/v4/public-data/regulatory-change","/api/seller/v3/public-data-monitor"]},"preview":{"type":"boolean","default":true,"description":"For create jobs, perform a bounded 64 KB public-source preview. The preview is rate-limited and not stored."},"input":{"type":"object","additionalProperties":true},"arguments":{"type":"object","additionalProperties":true},"parameters":{"type":"object","additionalProperties":true},"params":{"type":"object","additionalProperties":true},"request":{"type":"object","additionalProperties":true},"payload":{"type":"object","additionalProperties":true},"data":{"type":"object","additionalProperties":true},"body":{"type":"object","additionalProperties":true},"task":{"type":"string","maxLength":2000},"job":{"type":"string","maxLength":2000},"intent":{"type":"string","maxLength":2000},"prompt":{"type":"string","maxLength":2000},"instruction":{"type":"string","maxLength":2000},"url":{"type":"string","pattern":"^https://"},"sourceUrl":{"type":"string","pattern":"^https://"},"source_url":{"type":"string","pattern":"^https://"},"targetUrl":{"type":"string","pattern":"^https://"},"target_url":{"type":"string","pattern":"^https://"},"source":{"type":"string","pattern":"^https://"},"target":{"type":"string","pattern":"^https://"},"uri":{"type":"string","pattern":"^https://"},"webpage":{"type":"string","pattern":"^https://"},"website":{"type":"string","pattern":"^https://"},"endpoint":{"type":"string","pattern":"^https://"}},"additionalProperties":false},"example":{"productId":"public-data-baseline-v1","input":{"action":"create","url":"https://example.com/data.json","label":"Public dataset"}}}}},"responses":{"200":{"description":"The job is structurally valid and ready to enter the x402 payment flow."},"404":{"description":"The requested product does not exist."},"422":{"description":"The product input is not structurally valid."}},"x-automaton-commerce":{"charged":false,"externalFetchPerformed":"optional-bounded-preview","maximumPreviewBytes":64000,"previewStored":false,"credentialsVerified":false,"receiveOnly":true,"spendAuthority":false},"x-automaton-input-translation":{"deterministic":true,"hostedReasoningUsed":false,"wrappers":["input","arguments","parameters","params","request","payload","data","body"],"aliases":{"action":["action","operation","command","mode"],"url":["url","sourceUrl","source_url","targetUrl","target_url","source","target","uri","webpage","website","endpoint"],"label":["label","name","title","monitorName","monitor_name"],"monitorId":["monitorId","monitor_id","monitor"],"accessToken":["accessToken","access_token","token"],"intent":["task","job","intent","prompt","instruction"]},"productInference":true,"externalFetchPerformed":"optional-bounded-preview","paymentAuthority":false}}}},"x-automaton-distribution":{"agentCoreGatewayCompatible":true,"bazaarMcpServer":"https://api.cdp.coinbase.com/platform/v2/x402/discovery/mcp","protocol":"x402-v2","network":"eip155:8453","receiveOnly":true,"spendAuthority":false,"preflightUrl":"https://9dmb38pvlp8dr1d3rtfjpe934o.ingress.h4i-dedicated.eu-sw-2.digitalfrontier.so/api/preflight","boundedSourcePreview":true,"immediateVerifiedSnapshot":true,"repeatInstructionIncluded":true,"deterministicInputTranslation":true,"hostedReasoningUsed":false}}