{"version":"2","vendor":"UOS Genesis","protocol":"x402","network":"eip155:8453","currency":"USDC","facilitator":"https://facilitator.payai.network","payTo":"0x899Be41C39d88c97c264F91A95784707341047eC","openapi":"https://genesis.palsus2023.workers.dev/openapi.json","health":"https://genesis.palsus2023.workers.dev/health","services":[{"id":"machine_buy","name":"GENESIS* BUY MACHINE","summary":"GENESIS* BUY MACHINE","description":"Manufactures and returns a standardized GENESIS*-compatible software machine package with identity, manifest, source, deployment configuration and TESTER* verification.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/machine_buy","price":"$0.05","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"machine_upgrade","name":"GENESIS* UPGRADE MACHINE","summary":"GENESIS* UPGRADE MACHINE","description":"Adds requested supported capabilities to a machine representation and returns a TESTER*-verified upgraded machine.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/machine_upgrade","price":"$0.015","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"machine_repair","name":"GENESIS* REPAIR MACHINE","summary":"GENESIS* REPAIR MACHINE","description":"Repairs a supported machine representation using the GENESIS* repair engine and verifies the resulting machine with TESTER* before returning it.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/machine_repair","price":"$0.02","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"computer_system_mechanic","name":"Execute computer_system_mechanic","summary":"Execute computer_system_mechanic","description":"Genesis machine utility computer_system_mechanic.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/computer_system_mechanic","price":"$0.015","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"watch_endpoint_health","name":"Execute watch_endpoint_health","summary":"Execute watch_endpoint_health","description":"Genesis machine utility watch_endpoint_health.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/watch_endpoint_health","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"watch_response_validate","name":"Execute watch_response_validate","summary":"Execute watch_response_validate","description":"Genesis machine utility watch_response_validate.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/watch_response_validate","price":"$0.004","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"watch_change_detect","name":"Execute watch_change_detect","summary":"Execute watch_change_detect","description":"Genesis machine utility watch_change_detect.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/watch_change_detect","price":"$0.004","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"watch_provider_verify","name":"Execute watch_provider_verify","summary":"Execute watch_provider_verify","description":"Genesis machine utility watch_provider_verify.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/watch_provider_verify","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"watch_settlement_verify","name":"Execute watch_settlement_verify","summary":"Execute watch_settlement_verify","description":"Genesis machine utility watch_settlement_verify.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/watch_settlement_verify","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"normalize_json","name":"Normalize and canonicalize JSON","summary":"Normalize and canonicalize JSON","description":"Normalize, canonicalize, and clean JSON or JSON-like data. Parses structured input, recursively sorts object keys, and returns deterministic normalized JSON. Useful for API normalization, canonical JSON, hashing, signing, caching, deduplication, comparison, and machine-to-machine data cleanup.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/normalize_json","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["json","normalize","canonical","sort keys","deterministic"],"inputSchema":{"type":"object","properties":{"input":{"description":"JSON object, array, value, or JSON string to normalize"}},"required":["input"]},"example":{"input":{"b":2,"a":1}}},{"id":"compact_json","name":"Minify and compact JSON","summary":"Minify and compact JSON","description":"Minify JSON by removing unnecessary whitespace while preserving the underlying data structure. Useful for reducing payload size, API transport, storage, caching, token-efficient processing, and compact machine-to-machine JSON exchange.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/compact_json","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["json","minify","compact","payload","whitespace"],"inputSchema":{"type":"object","properties":{"input":{"description":"JSON object, array, value, or JSON string to compact"}},"required":["input"]},"example":{"input":{"name":"Ada","active":true}}},{"id":"repair_json","name":"Repair malformed or broken JSON","summary":"Repair malformed or broken JSON","description":"Repair malformed, invalid, or broken JSON-like text and return valid parseable JSON when recoverable. Useful for fixing machine-generated JSON, API responses, missing quotes, formatting errors, trailing commas, and structured-data ingestion pipelines.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/repair_json","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":["json","repair","malformed json","broken json","fix json"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"Malformed or broken JSON-like text to repair"}},"required":["input"]},"example":{"input":"{name:'Ada', active:true,}"}},{"id":"csv_to_json","name":"Convert CSV text to JSON","summary":"Convert CSV text to JSON","description":"Parse CSV data and convert it into structured JSON. Useful for spreadsheet exports, tabular datasets, ETL pipelines, API ingestion, database imports, data transformation, and machine-readable record conversion.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/csv_to_json","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":["csv","json","convert","parse","etl"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"CSV text to parse and convert to JSON"}},"required":["input"]},"example":{"input":"name,age\nAda,36\n"}},{"id":"html_to_text","name":"Extract readable plain text from HTML","summary":"Extract readable plain text from HTML","description":"Convert HTML markup into clean readable plain text by removing tags and unnecessary markup. Useful for web content extraction, document cleanup, indexing, search pipelines, text analysis, AI preprocessing, and machine-readable content conversion.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/html_to_text","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":["html","text","extract","web content","plain text"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"HTML markup to convert into readable plain text"}},"required":["input"]},"example":{"input":"<p>Hello <strong>world</strong></p>"}},{"id":"html_to_markdown","name":"Convert HTML to Markdown","summary":"Convert HTML to Markdown","description":"Transform HTML content into clean Markdown while preserving useful document structure. Useful for web-page conversion, AI context preparation, documentation pipelines, content migration, knowledge bases, and machine-readable text processing.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/html_to_markdown","price":"$0.004","network":"eip155:8453","currency":"USDC","tags":["html","markdown","convert","documentation","content"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"HTML markup to convert into Markdown"}},"required":["input"]},"example":{"input":"<h1>Hello</h1><p>World</p>"}},{"id":"extract_entities","name":"Extract entities from text","summary":"Extract entities from text","description":"Extract recognizable structured entities from text such as URLs, email addresses, mentions, hashtags, phone-like values, and other machine-useful tokens. Useful for information extraction, indexing, enrichment, classification, automation, and downstream agent workflows.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/extract_entities","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":["entities","extract","email","url","mentions"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"Text from which to extract machine-useful entities"}},"required":["input"]},"example":{"input":"Email ada@example.com or visit https://example.com"}},{"id":"sha256_digest","name":"Generate SHA-256 hash and checksum","summary":"Generate SHA-256 hash and checksum","description":"Compute a deterministic SHA-256 cryptographic hash or checksum for supplied text or structured data. Useful for integrity verification, fingerprints, content-addressing, deduplication, cache keys, signatures, audit workflows, payload verification, and SHA256 hashing.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/sha256_digest","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["sha256","hash","checksum","digest","integrity","fingerprint"],"inputSchema":{"type":"object","properties":{"input":{"description":"Text or structured data to hash using SHA-256"}},"required":["input"]},"example":{"input":"hello world"}},{"id":"attestation_receipt","name":"Generate signed integrity attestation receipt","summary":"Generate signed integrity attestation receipt","description":"Generate a signed machine-verifiable attestation receipt for supplied data using the Genesis signing system. Useful for audit trails, integrity proofs, processing receipts, provenance records, verification workflows, machine-to-machine acknowledgements, and tamper-evident records.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/attestation_receipt","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":["attestation","receipt","signed","integrity","provenance","audit"],"inputSchema":{"type":"object","properties":{"input":{"description":"Data to include in a signed machine-verifiable attestation receipt"}},"required":["input"]},"example":{"input":{"event":"processing_complete","recordId":"abc123"}}},{"id":"repair_validate_attest","name":"Repair, validate, fingerprint and attest machine JSON","summary":"Repair, validate, fingerprint and attest machine JSON","description":"Repair malformed or unreliable machine-generated JSON, canonicalize it into deterministic structured data, verify parseability, generate a SHA-256 fingerprint, and return a signed Genesis integrity attestation in one paid call. Useful for LLM output validation, autonomous-agent handoffs, API ingestion, machine trust, provenance, audit trails, tamper-evident processing, and verifiable machine-to-machine data pipelines.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/repair_validate_attest","price":"$0.015","network":"eip155:8453","currency":"USDC","tags":["json","repair","validate","canonical","sha256","attestation","integrity","provenance","machine verification"],"inputSchema":{"type":"object","properties":{"input":{"description":"Malformed, untrusted, or machine-generated JSON to repair, canonicalize, validate, fingerprint, and attest"}},"required":["input"]},"example":{"input":"{user:'Ada', active:true, roles:['agent','buyer'],}"}},{"id":"repair_json_signed_attestation","name":"Execute repair_json_signed_attestation","summary":"Execute repair_json_signed_attestation","description":"Genesis machine utility repair_json_signed_attestation.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/repair_json_signed_attestation","price":"$0.015","network":"eip155:8453","currency":"USDC","tags":["json","repair","validate","canonical","sha256","attestation","integrity","provenance","machine verification"],"inputSchema":{"type":"object","properties":{"input":{"description":"Malformed, untrusted, or machine-generated JSON to repair, canonicalize, validate, fingerprint, and attest"}},"required":["input"]},"example":{"input":"{user:'Ada', active:true, roles:['agent','buyer'],}"}},{"id":"entropy_score","name":"Calculate Shannon entropy and randomness score","summary":"Calculate Shannon entropy and randomness score","description":"Calculate entropy and randomness characteristics of supplied data. Useful for Shannon entropy measurement, randomness analysis, information-density estimation, anomaly detection, compression analysis, token analysis, and machine-generated data inspection.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/entropy_score","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":["entropy","shannon entropy","randomness","analysis","information density"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"Text or data string to analyze for entropy and randomness"}},"required":["input"]},"example":{"input":"a8f2c9e1d74b"}},{"id":"machine_decision","name":"GENESIS* EXECUTE — choose the best qualifying provider or option","summary":"GENESIS* EXECUTE — choose the best qualifying provider or option","description":"Paid UOS machine-economic decision service. Submit an objective, budget, requirements and two or more providers/options. GENESIS* deterministically ranks qualifying choices using price, reliability, trust and latency, then returns the preferred route and evidence factors. Valuable output is released only after authorized x402 payment.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/machine_decision","price":"$0.010","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"json_to_csv","name":"Execute json_to_csv","summary":"Execute json_to_csv","description":"Genesis machine utility json_to_csv.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/json_to_csv","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"record_dedupe","name":"Execute record_dedupe","summary":"Execute record_dedupe","description":"Genesis machine utility record_dedupe.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/record_dedupe","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"record_filter","name":"Execute record_filter","summary":"Execute record_filter","description":"Genesis machine utility record_filter.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/record_filter","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"record_sort","name":"Execute record_sort","summary":"Execute record_sort","description":"Genesis machine utility record_sort.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/record_sort","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"dataset_validate","name":"Execute dataset_validate","summary":"Execute dataset_validate","description":"Genesis machine utility dataset_validate.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/dataset_validate","price":"$0.004","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"csv_validate","name":"Execute csv_validate","summary":"Execute csv_validate","description":"Genesis machine utility csv_validate.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/csv_validate","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"task_analyze","name":"Execute task_analyze","summary":"Execute task_analyze","description":"Genesis machine utility task_analyze.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/task_analyze","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"capability_match","name":"Execute capability_match","summary":"Execute capability_match","description":"Genesis machine utility capability_match.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/capability_match","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"job_preflight","name":"Execute job_preflight","summary":"Execute job_preflight","description":"Genesis machine utility job_preflight.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/job_preflight","price":"$0.010","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"passport_register","name":"Register a Genesis Machine Passport","summary":"Register a Genesis Machine Passport","description":"Create a commercial Machine Passport for an autonomous agent, service, bot, software system, or machine identity. The Passport establishes a persistent Genesis identity that counterparties can subsequently verify before or during machine commerce.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/passport_register","price":"$0.05","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"passport_verify","name":"Verify a Machine Passport live","summary":"Verify a Machine Passport live","description":"Perform a current paid verification of a Genesis Machine Passport. Designed for counterparties, autonomous agents, marketplaces, APIs and machine services that need to check whether a machine credential currently exists and is valid before trusting or transacting with it.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/passport_verify","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"passport_history","name":"Retrieve Machine Passport work and reputation history","summary":"Retrieve Machine Passport work and reputation history","description":"Retrieve the recorded commercial work, verification and reputation history associated with a Genesis Machine Passport. Designed for repeated counterparty due diligence before autonomous transactions.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/passport_history","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"passport_risk","name":"Generate a Machine Passport risk report","summary":"Generate a Machine Passport risk report","description":"Generate a current machine risk report from the objective information associated with a Genesis Machine Passport. Designed for autonomous counterparties evaluating whether additional verification or caution is appropriate before machine commerce.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/passport_risk","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"canonicalize_json","name":"Canonicalize JSON with deterministic sorted keys","summary":"Canonicalize JSON with deterministic sorted keys","description":"Canonicalize JSON into deterministic machine-readable output with recursively sorted object keys. Useful for canonical JSON, stable hashes, signing, cache keys, deduplication, API normalization, deterministic serialization, and machine-to-machine workflows.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/canonicalize_json","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["json","normalize","canonical","sort keys","deterministic"],"inputSchema":{"type":"object","properties":{"input":{"description":"JSON object, array, value, or JSON string to normalize"}},"required":["input"]},"example":{"input":{"b":2,"a":1}}},{"id":"json_sort_keys","name":"Sort JSON object keys deterministically","summary":"Sort JSON object keys deterministically","description":"Sort JSON object keys recursively into deterministic lexical order. Useful for stable JSON serialization, canonical payloads, repeatable hashing, signatures, caching, comparison, deduplication, and agent preflight.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/json_sort_keys","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["json","normalize","canonical","sort keys","deterministic"],"inputSchema":{"type":"object","properties":{"input":{"description":"JSON object, array, value, or JSON string to normalize"}},"required":["input"]},"example":{"input":{"b":2,"a":1}}},{"id":"sha256_checksum","name":"Compute SHA-256 checksum and hash","summary":"Compute SHA-256 checksum and hash","description":"Compute a deterministic SHA-256 checksum, cryptographic hash, digest, or fingerprint for text or structured data. Useful for payload integrity verification, content fingerprints, deduplication, audit records, cache keys, signatures, and machine-to-machine verification.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/sha256_checksum","price":"$0.001","network":"eip155:8453","currency":"USDC","tags":["sha256","hash","checksum","digest","integrity","fingerprint"],"inputSchema":{"type":"object","properties":{"input":{"description":"Text or structured data to hash using SHA-256"}},"required":["input"]},"example":{"input":"hello world"}},{"id":"repair_broken_json","name":"Repair broken or malformed JSON","summary":"Repair broken or malformed JSON","description":"Repair malformed, invalid, or broken JSON-like text and return valid parseable JSON when recoverable. Useful for machine-generated JSON errors, trailing commas, missing quotes, API cleanup, ingestion repair, and automated structured-data recovery.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/repair_broken_json","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":["json","repair","malformed json","broken json","fix json"],"inputSchema":{"type":"object","properties":{"input":{"type":"string","description":"Malformed or broken JSON-like text to repair"}},"required":["input"]},"example":{"input":"{name:'Ada', active:true,}"}},{"id":"signed_attestation","name":"Create signed machine attestation","summary":"Create signed machine attestation","description":"Create a signed machine-verifiable integrity attestation and processing receipt for supplied data. Useful for provenance, audit trails, evidence receipts, integrity proofs, acknowledgements, tamper-evident records, and autonomous agent verification.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/signed_attestation","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":["attestation","receipt","signed","integrity","provenance","audit"],"inputSchema":{"type":"object","properties":{"input":{"description":"Data to include in a signed machine-verifiable attestation receipt"}},"required":["input"]},"example":{"input":{"event":"processing_complete","recordId":"abc123"}}},{"id":"url_to_json","name":"Fetch URL and convert web page to structured JSON","summary":"Fetch URL and convert web page to structured JSON","description":"Fetch a public URL or web page and return structured machine-readable JSON with clean text, title, metadata, headings and links. Use for web extraction, page reading, AI agents, RAG, research and URL-to-JSON conversion.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/url_to_json","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"page_extract","name":"Extract content from a web page","summary":"Extract content from a web page","description":"Extract clean readable content from a public web page or URL. Returns page text, title, HTTP status and response size for AI agents, RAG ingestion, research, summarization and web content extraction.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/page_extract","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"page_metadata","name":"Get metadata from a URL or web page","summary":"Get metadata from a URL or web page","description":"Get URL and web page metadata including title, meta description, canonical URL, Open Graph metadata and Twitter metadata. Use for link previews, URL inspection, content verification and page metadata extraction.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/page_metadata","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"link_extract","name":"Extract links from a web page","summary":"Extract links from a web page","description":"Extract and normalize HTTP and HTTPS links from a public web page. Use for crawlers, sitemap generation, link discovery, website structure analysis, research agents and web link extraction.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/link_extract","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"structured_scrape","name":"Extract Web Page URL to Clean Markdown, Text, Links and Headings for RAG","summary":"Extract Web Page URL to Clean Markdown, Text, Links and Headings for RAG","description":"Web page extraction and web scraping for AI agents. Extract any public webpage or URL into clean Markdown, clean text, headings, links, title, description, canonical URL and Open Graph metadata. Use for extract web page to Markdown, web page extraction, clean Markdown from URL, scrape URL to Markdown, extract links and headings from webpage, structured page extraction, web scraping for RAG, RAG ingestion, crawling, research, summarization and content analysis.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/structured_scrape","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"webpage_to_markdown","name":"Convert Webpage URL to Clean Markdown","summary":"Convert Webpage URL to Clean Markdown","description":"Convert a public webpage URL to clean Markdown and readable text. Returns Markdown, text, headings, links and page metadata for AI agents, RAG ingestion, research, summarization and content extraction.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/webpage_to_markdown","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"url_to_clean_markdown","name":"Convert URL to Clean Markdown and Text","summary":"Convert URL to Clean Markdown and Text","description":"Convert any public URL or web page into clean Markdown, clean text, headings, links and structured page metadata. Use for URL to Markdown, AI agents, RAG, crawling, research and content analysis.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/url_to_clean_markdown","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"web_page_extraction","name":"Web Page Extraction to Markdown, Text, Links and Headings","summary":"Web Page Extraction to Markdown, Text, Links and Headings","description":"Extract a web page into clean Markdown, text, links, headings, title and metadata. Structured page extraction for AI agents, web scraping, research, crawling, summarization and RAG.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/web_page_extraction","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"rag_web_extraction","name":"Web Extraction for RAG and AI Agents","summary":"Web Extraction for RAG and AI Agents","description":"Web extraction for RAG and AI agents. Fetch a public webpage and return clean Markdown, text, headings, links and structured metadata for RAG ingestion, crawling, research and content analysis.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/rag_web_extraction","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"robots_check","name":"Check robots.txt for a website","summary":"Check robots.txt for a website","description":"Fetch and inspect robots.txt for a public website and return its directives. Use before crawling or scraping to inspect crawler instructions and robots.txt policies.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/robots_check","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"http_inspect","name":"Inspect HTTP response for a URL","summary":"Inspect HTTP response for a URL","description":"Inspect a public HTTP or HTTPS URL and return HTTP status, final URL, content type, response headers, response size and latency. Use for URL health checks, HTTP inspection, endpoint verification and web diagnostics.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/http_inspect","price":"$0.002","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"url_digest","name":"SHA-256 digest and change detection for a URL","summary":"SHA-256 digest and change detection for a URL","description":"Fetch a public web resource and calculate its SHA-256 digest with HTTP metadata, ETag and Last-Modified information. Use for URL integrity verification, content fingerprints and website change detection.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/url_digest","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"transaction_preflight","name":"GENESIS* PREFLIGHT — machine transaction decision","summary":"GENESIS* PREFLIGHT — machine transaction decision","description":"Checks amount, authority, counterparty, spend limit, network, token, policy and risk before a machine transaction.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/transaction_preflight","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"economic_dns","name":"GENESIS* ECONOMIC DNS — best provider route","summary":"GENESIS* ECONOMIC DNS — best provider route","description":"Ranks submitted providers by capability fit, price, reliability, trust and latency and returns the best qualifying route.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/economic_dns","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"payment_doctor","name":"GENESIS* PAYMENT DOCTOR — diagnose payment failures","summary":"GENESIS* PAYMENT DOCTOR — diagnose payment failures","description":"Diagnoses x402 and machine-payment failures and returns likely cause, retryability and repair action.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/payment_doctor","price":"$0.003","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"capability_verify","name":"GENESIS* CAPABILITY VERIFY — evaluate provider proof","summary":"GENESIS* CAPABILITY VERIFY — evaluate provider proof","description":"Evaluates submitted provider test evidence and returns VERIFIED, PARTIAL or FAILED.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/capability_verify","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"agent_firewall","name":"GENESIS* AGENT FIREWALL — enforce spending policy","summary":"GENESIS* AGENT FIREWALL — enforce spending policy","description":"Applies deterministic spend, counterparty, network, token, duplicate and risk rules before execution.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/agent_firewall","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"counterparty_reputation","name":"GENESIS* COUNTERPARTY REPUTATION — commerce risk signal","summary":"GENESIS* COUNTERPARTY REPUTATION — commerce risk signal","description":"Combines Passport risk with submitted performance signals into a bounded reputation score and risk band.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/counterparty_reputation","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"proof_attest","name":"GENESIS* PROOF ATTEST — hash and sign evidence","summary":"GENESIS* PROOF ATTEST — hash and sign evidence","description":"Creates a SHA-256 evidence fingerprint and HMAC-SHA256 GENESIS* signature when GENESIS_SIGNING_KEY is configured.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/proof_attest","price":"$0.005","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"free_diagnostic","name":"GENESIS* FREE DIAGNOSTIC* — free machine health and capability diagnostic","summary":"GENESIS* FREE DIAGNOSTIC* — free machine health and capability diagnostic","description":"Free machine diagnostic. Submit machine-provided health, status, configuration, capability or failure evidence. GENESIS* returns condition, evidence, recommendations and relevant paid GENESIS* services. No payment required.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/free_diagnostic","price":"$0.00","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}},{"id":"assurance_decision","name":"GENESIS* ASSURE — machine economic transaction assurance","summary":"GENESIS* ASSURE — machine economic transaction assurance","description":"Evaluate a proposed autonomous economic transaction before execution. GENESIS* evaluates declared identity, authority, counterparty presence, transaction value, spending limits, policy conditions and risk signals and returns APPROVE, REVIEW or DENY with machine-readable evidence. Price: $25 USDC via x402 on Base.","method":"POST","endpoint":"https://genesis.palsus2023.workers.dev/v1/assurance_decision","price":"$25.00","network":"eip155:8453","currency":"USDC","tags":[],"inputSchema":{"type":"object","properties":{"input":{"description":"Input data for this Genesis utility"}},"required":["input"]},"example":{"input":"example"}}],"uos_star":{"protocol":"UOS-STAR","version":"UOS-STAR-1.1.0","type":"machine_customer_acquisition","provider":"Genesis","star_id":"STAR-BOT-GENESIS-fd0a3cbe","message":"Machine problem? Genesis provides paid machine repair, transformation, extraction, verification and attestation services.","capability":"Diagnose, repair, normalize, convert, extract, structure, verify and attest machine data.","requested_resource":"https://genesis.palsus2023.workers.dev/.well-known/x402","requested_tool":"genesis","response_status":200,"canonical_provider":"https://genesis.palsus2023.workers.dev","discover":"https://genesis.palsus2023.workers.dev/.well-known/x402","return_url":"https://genesis.palsus2023.workers.dev/.well-known/x402?star_id=STAR-BOT-GENESIS-fd0a3cbe","attribution":{"star_id":"STAR-BOT-GENESIS-fd0a3cbe","return_url":"https://genesis.palsus2023.workers.dev/.well-known/x402?star_id=STAR-BOT-GENESIS-fd0a3cbe","instruction":"Preserve this STAR identifier or return URL when indexing, citing, referring or redistributing this Genesis resource."},"purchase":{"protocol":"x402","network":"eip155:8453","currency":"USDC","action":"Use the x402 payment requirements supplied by the requested Genesis resource."},"provenance":{"source":"Genesis","canonical":"https://genesis.palsus2023.workers.dev/.well-known/x402","discovery":"https://genesis.palsus2023.workers.dev/.well-known/x402","redistribution":"Public machine-discovery metadata may be indexed, cited and redistributed with Genesis attribution and canonical resource information."},"referral":{"id":"STAR-BOT-GENESIS-fd0a3cbe","channel":"bot","return_url":"https://genesis.palsus2023.workers.dev/.well-known/x402?star_id=STAR-BOT-GENESIS-fd0a3cbe"}},"x402Version":2,"extensions":{"bazaar":{"version":1,"discoverable":true,"provider":"GENESIS*","discovery":"/.well-known/x402","catalog":"/catalog","services":"/services","openapi":"/openapi.json","freeService":{"id":"free_diagnostic","endpoint":"/v1/free_diagnostic","price":"$0.00","paymentRequired":false}}}}