{"openapi":"3.1.0","info":{"title":"Agent Decision & Evidence Layer API","version":"1.6.0","description":"Public HTTP and x402 interfaces for agent infrastructure, market decisions, AgentLLM inference, EU compliance and US import-readiness. MCP tool errors and HTTP 4xx/5xx responses are not settled; a domain result returned with HTTP 200 is a delivered paid result. Signed results expose source evidence and freshness where applicable."},"paths":{"/v1/health":{"get":{"summary":"Health check","operationId":"health","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/iban":{"get":{"summary":"Validate an IBAN","operationId":"iban","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Validation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"401":{"description":"Missing/invalid key"},"402":{"description":"Free tier exhausted"},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/vat":{"get":{"summary":"Validate an EU VAT number (format + VIES)","operationId":"vat","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string"}},{"name":"vies","in":"query","required":false,"schema":{"type":"boolean","default":true}}],"responses":{"200":{"description":"Validation result","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"401":{"description":"Missing/invalid key"},"402":{"description":"Free tier exhausted"},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/vat/batch":{"post":{"summary":"Vat Batch","description":"Check up to 100 supplier VAT IDs in one business-plan request.","operationId":"vat_batch_v1_vat_batch_post","parameters":[{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VatBatchReq"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/vat/history":{"get":{"summary":"Vat History","description":"Return archived VIES observations; never infer validity through an unobserved gap.","operationId":"vat_history_v1_vat_history_get","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string","title":"Value"}},{"name":"at","in":"query","required":false,"schema":{"type":"string","title":"At"}},{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/mcp-tools.json":{"get":{"summary":"Mcp Tools Catalog","description":"Validated complete MCP catalog with explicit source provenance.","operationId":"mcp_tools_catalog_mcp_tools_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/sanctions":{"get":{"summary":"V1 Sanctions","description":"Sanktionspruefung gegen EU, UN und UK.","operationId":"v1_sanctions_v1_sanctions_get","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string","description":"company or person name","title":"Name"},"description":"company or person name"},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"lists","in":"query","required":false,"schema":{"type":"string","title":"Lists"}},{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}},{"name":"x-rapidapi-proxy-secret","in":"header","required":false,"schema":{"type":"string","title":"X-Rapidapi-Proxy-Secret"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/vat-rules":{"get":{"summary":"V1 Vat Rules","description":"Umsatzsteuerliche Behandlung samt EN-16931-Codes.","operationId":"v1_vat_rules_v1_vat_rules_get","parameters":[{"name":"supplier","in":"query","required":true,"schema":{"type":"string","title":"Supplier"}},{"name":"customer","in":"query","required":true,"schema":{"type":"string","title":"Customer"}},{"name":"b2b","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"B2B"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"service","title":"Type"}},{"name":"customer_vat_valid","in":"query","required":false,"schema":{"type":"boolean","title":"Customer Vat Valid"}},{"name":"above_oss_threshold","in":"query","required":false,"schema":{"type":"boolean","title":"Above Oss Threshold"}},{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}},{"name":"x-rapidapi-proxy-secret","in":"header","required":false,"schema":{"type":"string","title":"X-Rapidapi-Proxy-Secret"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/counterparty":{"get":{"summary":"V1 Counterparty","description":"Geschaeftspartnerpruefung: UID, Sanktionen, IBAN, LEI - eine Ampel.","operationId":"v1_counterparty_v1_counterparty_get","parameters":[{"name":"name","in":"query","required":false,"schema":{"type":"string","title":"Name"}},{"name":"vat","in":"query","required":false,"schema":{"type":"string","title":"Vat"}},{"name":"iban","in":"query","required":false,"schema":{"type":"string","title":"Iban"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}},{"name":"x-rapidapi-proxy-secret","in":"header","required":false,"schema":{"type":"string","title":"X-Rapidapi-Proxy-Secret"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/company":{"get":{"summary":"V1 Company","description":"Abfrage der amtlichen Firmenregister.","operationId":"v1_company_v1_company_get","parameters":[{"name":"country","in":"query","required":true,"schema":{"type":"string","title":"Country"}},{"name":"name","in":"query","required":false,"schema":{"type":"string","title":"Name"}},{"name":"number","in":"query","required":false,"schema":{"type":"string","title":"Number"}},{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}},{"name":"x-rapidapi-proxy-secret","in":"header","required":false,"schema":{"type":"string","title":"X-Rapidapi-Proxy-Secret"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/einvoice":{"post":{"summary":"V1 Einvoice","description":"Pruefung einer E-Rechnung gegen EN 16931 (UBL, CII, ZUGFeRD, XRechnung).","operationId":"v1_einvoice_v1_einvoice_post","parameters":[{"name":"x-api-key","in":"header","required":false,"schema":{"type":"string","title":"X-Api-Key"}},{"name":"x-rapidapi-proxy-secret","in":"header","required":false,"schema":{"type":"string","title":"X-Rapidapi-Proxy-Secret"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/v1/signup":{"post":{"summary":"Signup","operationId":"signup_v1_signup_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SignupReq"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/x402-purchase-guard/check":{"post":{"summary":"Free X402 Purchase Guard Check","operationId":"free_x402_purchase_guard_check_free_x402_purchase_guard_check_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/x402/purchase-guard":{"post":{"summary":"X402 Purchase Guard Endpoint","operationId":"x402_purchase_guard_endpoint_x402_purchase_guard_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/preflight":{"get":{"summary":"X402 Preflight","operationId":"x402_preflight_x402_preflight_get","parameters":[{"name":"sender","in":"query","required":true,"schema":{"type":"string","title":"Sender"}},{"name":"to","in":"query","required":true,"schema":{"type":"string","title":"To"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}},{"name":"data","in":"query","required":false,"schema":{"type":"string","default":"0x","title":"Data"}},{"name":"value_eth","in":"query","required":false,"schema":{"type":"string","default":"0","title":"Value Eth"}},{"name":"token","in":"query","required":false,"schema":{"type":"string","title":"Token"}},{"name":"amount","in":"query","required":false,"schema":{"type":"string","title":"Amount"}},{"name":"spender","in":"query","required":false,"schema":{"type":"string","title":"Spender"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/tx":{"get":{"summary":"X402 Tx","operationId":"x402_tx_x402_tx_get","parameters":[{"name":"tx_hash","in":"query","required":true,"schema":{"type":"string","title":"Tx Hash"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/token":{"get":{"summary":"X402 Token","operationId":"x402_token_x402_token_get","parameters":[{"name":"token","in":"query","required":true,"schema":{"type":"string","title":"Token"}},{"name":"owner","in":"query","required":true,"schema":{"type":"string","title":"Owner"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}},{"name":"spender","in":"query","required":false,"schema":{"type":"string","title":"Spender"}},{"name":"amount","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"null"}],"title":"Amount"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/wallet-balance":{"get":{"summary":"X402 Wallet Balance","operationId":"x402_wallet_balance_x402_wallet_balance_get","parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string","title":"Address"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/gas-estimate":{"get":{"summary":"X402 Gas Estimate","operationId":"x402_gas_estimate_x402_gas_estimate_get","parameters":[{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}},{"name":"sender","in":"query","required":false,"schema":{"type":"string","title":"Sender"}},{"name":"to","in":"query","required":false,"schema":{"type":"string","title":"To"}},{"name":"data","in":"query","required":false,"schema":{"type":"string","default":"0x","title":"Data"}},{"name":"value_native","in":"query","required":false,"schema":{"type":"string","default":"0","title":"Value Native"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/contract-info":{"get":{"summary":"X402 Contract Info","operationId":"x402_contract_info_x402_contract_info_get","parameters":[{"name":"address","in":"query","required":true,"schema":{"type":"string","title":"Address"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/ai-disclosure":{"post":{"summary":"X402 Ai Disclosure","operationId":"x402_ai_disclosure_x402_ai_disclosure_post","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Body"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}},"get":{"summary":"X402 Ai Disclosure Get","description":"Hash-only Weg: nur der Fingerabdruck, nie der Inhalt.","operationId":"x402_ai_disclosure_get_x402_ai_disclosure_get","parameters":[{"name":"content_sha256","in":"query","required":true,"schema":{"type":"string","title":"Content Sha256"}},{"name":"model","in":"query","required":false,"schema":{"type":"string","title":"Model"}},{"name":"model_provider","in":"query","required":false,"schema":{"type":"string","title":"Model Provider"}},{"name":"deployer","in":"query","required":false,"schema":{"type":"string","title":"Deployer"}},{"name":"kind","in":"query","required":false,"schema":{"type":"string","default":"text","title":"Kind"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","default":"de","title":"Language"}},{"name":"content_length","in":"query","required":false,"schema":{"type":"integer","title":"Content Length"}},{"name":"purpose","in":"query","required":false,"schema":{"type":"string","title":"Purpose"}},{"name":"deployer_in_eu","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Deployer In Eu"}},{"name":"eu_users","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Eu Users"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/free/ai-disclosure":{"post":{"summary":"Free Ai Disclosure","operationId":"free_ai_disclosure_free_ai_disclosure_post","requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Body"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/x402/rpc":{"post":{"summary":"X402 Rpc","operationId":"x402_rpc_x402_rpc_post","parameters":[{"name":"chain","in":"query","required":false,"schema":{"type":"string","default":"base","title":"Chain"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"title":"Body"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/read":{"get":{"summary":"X402 Read","operationId":"x402_read_x402_read_get","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","title":"Url"}},{"name":"format","in":"query","required":false,"schema":{"type":"string","default":"markdown","title":"Format"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/price":{"get":{"summary":"X402 Price","operationId":"x402_price_x402_price_get","parameters":[{"name":"symbol","in":"query","required":false,"schema":{"type":"string","default":"BTC","title":"Symbol"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/social":{"get":{"summary":"X402 Social","operationId":"x402_social_x402_social_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","title":"Q"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":10,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/perps":{"get":{"summary":"X402 Perps","operationId":"x402_perps_x402_perps_get","parameters":[{"name":"coin","in":"query","required":false,"schema":{"type":"string","title":"Coin"}},{"name":"top","in":"query","required":false,"schema":{"type":"integer","default":20,"title":"Top"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/funding-qr":{"get":{"summary":"X402 Funding Qr","operationId":"x402_funding_qr_x402_funding_qr_get","parameters":[{"name":"asset","in":"query","required":true,"schema":{"type":"string","title":"Asset"}},{"name":"amount","in":"query","required":true,"schema":{"type":"number","title":"Amount"}},{"name":"address","in":"query","required":true,"schema":{"type":"string","title":"Address"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/chat":{"post":{"summary":"X402 Chat","operationId":"x402_chat_x402_chat_post","requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Body"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/chat-plus":{"post":{"summary":"X402 Chat Plus","operationId":"x402_chat_plus_x402_chat_plus_post","requestBody":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Body"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/api/v1/micro/chat/completions":{"post":{"summary":"Low-cost OpenAI-compatible LLM completion over x402","operationId":"agentllm_micro_chat_completions","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["model","messages"],"properties":{"model":{"type":"string","enum":["agentllm/micro"]},"messages":{"type":"array","minItems":1,"maxItems":8},"max_tokens":{"type":"integer","minimum":1,"maximum":300},"max_completion_tokens":{"type":"integer","minimum":1,"maximum":300},"stream":{"type":"boolean","enum":[false]}}}}}},"responses":{"200":{"description":"OpenAI chat.completion response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"402":{"description":"x402 v2 payment requirement; fixed 0.003 USDC","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/api/v1/chat/completions":{"post":{"summary":"OpenAI-compatible fixed-price LLM completion over x402","operationId":"agentllm_chat_completions","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["model","messages"],"properties":{"model":{"type":"string","enum":["agentllm/basic","auto"]},"messages":{"type":"array","minItems":1,"maxItems":16,"items":{"type":"object","additionalProperties":false,"required":["role","content"],"properties":{"role":{"type":"string","enum":["developer","system","user","assistant"]},"content":{"type":"string","minLength":1}}}},"max_tokens":{"type":"integer","minimum":1,"maximum":750},"max_completion_tokens":{"type":"integer","minimum":1,"maximum":750},"stream":{"type":"boolean","enum":[false]}}}}}},"responses":{"200":{"description":"OpenAI chat.completion response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"402":{"description":"x402 v2 payment requirement; fixed 0.005 USDC","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/api/v1/plus/chat/completions":{"post":{"summary":"Stronger OpenAI-compatible fixed-price LLM completion over x402","operationId":"agentllm_plus_chat_completions","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["model","messages"],"properties":{"model":{"type":"string","enum":["agentllm/plus"]},"messages":{"type":"array","minItems":1,"maxItems":16},"max_tokens":{"type":"integer","minimum":1,"maximum":1200},"max_completion_tokens":{"type":"integer","minimum":1,"maximum":1200},"stream":{"type":"boolean","enum":[false]}}}}}},"responses":{"200":{"description":"OpenAI chat.completion response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"402":{"description":"x402 v2 payment requirement; fixed 0.02 USDC","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/x402/invoice-to-pay":{"post":{"summary":"X402 Invoice To Pay","operationId":"x402_invoice_to_pay_x402_invoice_to_pay_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/us-import-readiness":{"post":{"summary":"X402 Us Import Readiness","operationId":"x402_us_import_readiness_x402_us_import_readiness_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/einvoice":{"post":{"summary":"X402 Einvoice","operationId":"x402_einvoice_x402_einvoice_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_x402_einvoice_x402_einvoice_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/market":{"get":{"summary":"X402 Market","operationId":"x402_market_x402_market_get","parameters":[{"name":"product","in":"query","required":false,"schema":{"type":"string","default":"market_brief","title":"Product"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/commodities":{"get":{"summary":"X402 Commodities","operationId":"x402_commodities_x402_commodities_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/coin":{"get":{"summary":"X402 Coin","operationId":"x402_coin_x402_coin_get","parameters":[{"name":"symbol","in":"query","required":false,"schema":{"type":"string","default":"BTC","title":"Symbol"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/daily":{"get":{"summary":"X402 Daily","operationId":"x402_daily_x402_daily_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/history":{"get":{"summary":"X402 History","operationId":"x402_history_x402_history_get","parameters":[{"name":"product","in":"query","required":true,"schema":{"type":"string","title":"Product"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","default":7,"title":"Days"}},{"name":"resolution","in":"query","required":false,"schema":{"type":"string","default":"raw","title":"Resolution"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/agent-spend":{"get":{"summary":"X402 Agent Spend","operationId":"x402_agent_spend_x402_agent_spend_get","parameters":[{"name":"wallet","in":"query","required":true,"schema":{"type":"string","title":"Wallet"}},{"name":"days","in":"query","required":false,"schema":{"type":"integer","default":30,"title":"Days"}},{"name":"format","in":"query","required":false,"schema":{"type":"string","default":"json","title":"Format"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/company":{"get":{"summary":"X402 Company","operationId":"x402_company_x402_company_get","parameters":[{"name":"country","in":"query","required":true,"schema":{"type":"string","title":"Country"}},{"name":"name","in":"query","required":false,"schema":{"type":"string","title":"Name"}},{"name":"id","in":"query","required":false,"schema":{"type":"string","title":"Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/counterparty":{"get":{"summary":"X402 Counterparty","operationId":"x402_counterparty_x402_counterparty_get","parameters":[{"name":"name","in":"query","required":false,"schema":{"type":"string","title":"Name"}},{"name":"vat","in":"query","required":false,"schema":{"type":"string","title":"Vat"}},{"name":"iban","in":"query","required":false,"schema":{"type":"string","title":"Iban"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"own_country","in":"query","required":false,"schema":{"type":"string","title":"Own Country"}},{"name":"relationship","in":"query","required":false,"schema":{"type":"string","title":"Relationship"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"service","title":"Type"}},{"name":"b2b","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"B2B"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/free/vat":{"get":{"summary":"Free Vat","description":"USt-Nummer pruefen - kostenlos, so wie ueber MCP auch.","operationId":"free_vat_free_vat_get","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string","title":"Value"}},{"name":"vies","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"Vies"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/iban":{"get":{"summary":"Free Iban","description":"IBAN pruefen - kostenlos, so wie ueber MCP auch.","operationId":"free_iban_free_iban_get","parameters":[{"name":"value","in":"query","required":true,"schema":{"type":"string","title":"Value"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/sanctions":{"get":{"summary":"Free Sanctions","operationId":"free_sanctions_free_sanctions_get","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string","title":"Name"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"lists","in":"query","required":false,"schema":{"type":"string","title":"Lists"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/company":{"get":{"summary":"Free Company","operationId":"free_company_free_company_get","parameters":[{"name":"country","in":"query","required":true,"schema":{"type":"string","title":"Country"}},{"name":"name","in":"query","required":false,"schema":{"type":"string","title":"Name"}},{"name":"id","in":"query","required":false,"schema":{"type":"string","title":"Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/vat-rules":{"get":{"summary":"Free Vat Rules","operationId":"free_vat_rules_free_vat_rules_get","parameters":[{"name":"supplier","in":"query","required":true,"schema":{"type":"string","title":"Supplier"}},{"name":"customer","in":"query","required":true,"schema":{"type":"string","title":"Customer"}},{"name":"b2b","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"B2B"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"service","title":"Type"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/einvoice":{"post":{"summary":"Free Einvoice","operationId":"free_einvoice_free_einvoice_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_free_einvoice_free_einvoice_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/invoice-to-pay/check":{"post":{"summary":"Free Invoice To Pay Check","description":"Local deliverability check before an agent signs a 1-USDC purchase.","operationId":"free_invoice_to_pay_check_free_invoice_to_pay_check_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/us-import-readiness/check":{"post":{"summary":"Free Us Import Readiness Check","description":"Local input check plus opaque recovery job; no official lookup is exposed.","operationId":"free_us_import_readiness_check_free_us_import_readiness_check_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/us-import-readiness/recover/{job_id}":{"post":{"summary":"Free Us Import Readiness Recover","description":"Recover only an already-settled signed result; never starts a new lookup.","operationId":"free_us_import_readiness_recover_free_us_import_readiness_recover__job_id__post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/verify":{"get":{"summary":"Verify Info","operationId":"verify_info_verify_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}},"post":{"summary":"Verify Receipt Endpoint","description":"Kostenlos und ohne Anmeldung: Echtheit einer Pruef-Quittung bestaetigen.","operationId":"verify_receipt_endpoint_verify_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/x402/vat/{vat_id}":{"get":{"summary":"X402 Vat","operationId":"x402_vat_x402_vat__vat_id__get","parameters":[{"name":"vat_id","in":"path","required":true,"schema":{"type":"string","title":"Vat Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/iban/{iban}":{"get":{"summary":"X402 Iban","operationId":"x402_iban_x402_iban__iban__get","parameters":[{"name":"iban","in":"path","required":true,"schema":{"type":"string","title":"Iban"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/sanctions":{"get":{"summary":"X402 Sanctions","operationId":"x402_sanctions_x402_sanctions_get","parameters":[{"name":"name","in":"query","required":true,"schema":{"type":"string","title":"Name"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"threshold","in":"query","required":false,"schema":{"type":"number","default":0.85,"title":"Threshold"}},{"name":"lists","in":"query","required":false,"schema":{"type":"string","title":"Lists"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/x402/vat-rules":{"get":{"summary":"X402 Vat Rules","operationId":"x402_vat_rules_x402_vat_rules_get","parameters":[{"name":"supplier","in":"query","required":true,"schema":{"type":"string","title":"Supplier"}},{"name":"customer","in":"query","required":true,"schema":{"type":"string","title":"Customer"}},{"name":"b2b","in":"query","required":false,"schema":{"type":"boolean","default":true,"title":"B2B"}},{"name":"type","in":"query","required":false,"schema":{"type":"string","default":"service","title":"Type"}},{"name":"customer_vat_valid","in":"query","required":false,"schema":{"type":"boolean","title":"Customer Vat Valid"}},{"name":"above_oss_threshold","in":"query","required":false,"schema":{"type":"boolean","title":"Above Oss Threshold"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"402":{"description":"x402 v2 payment requirement; no result delivered","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 challenge","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"Settlement response on a paid success","schema":{"type":"string"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequired"}}}}}}},"/api/v1/models":{"get":{"summary":"List AgentLLM models, limits and live x402 prices","operationId":"agentllm_models","responses":{"200":{"description":"OpenAI-style model catalog; free","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/agentllm/check":{"post":{"summary":"Validate an AgentLLM request before paying","operationId":"agentllm_check","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["model","messages"],"properties":{"model":{"type":"string","enum":["agentllm/micro","agentllm/basic","agentllm/plus","auto"]},"messages":{"type":"array","minItems":1,"maxItems":16,"items":{"type":"object","additionalProperties":false,"required":["role","content"],"properties":{"role":{"type":"string","enum":["developer","system","user","assistant"]},"content":{"type":"string","minLength":1}}}},"max_tokens":{"type":"integer","minimum":1,"maximum":750},"max_completion_tokens":{"type":"integer","minimum":1,"maximum":750},"stream":{"type":"boolean","enum":[false]}},"example":{"model":"agentllm/micro","messages":[{"role":"user","content":"Classify as paid or unpaid: invoice paid."}],"max_tokens":40,"stream":false}}}}},"responses":{"200":{"description":"Request is valid; returns exact paid URL and price","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineResult"}}}},"422":{"description":"Invalid request; no payment or upstream call","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/free/recommend-tool":{"post":{"summary":"Recommend Agent Tool","description":"Route a goal to real catalog tools without a model, network or charge.\n\nOnly input field names are accepted in ``available_inputs``.  Values and\nsecrets therefore cannot accidentally be reflected into the recommendation.","operationId":"recommend_agent_tool_free_recommend_tool_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToolRecommendationReq"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/.well-known/x402":{"get":{"summary":"Well Known X402","description":"Standard-Auffindungspfad fuer x402-Agenten.\n\nWurde 686-mal angefragt und gab 404 zurueck - Agenten, die dem Protokoll\nfolgen, haben unsere Dienste dadurch nie gesehen. Der Inhalt ist derselbe\nwie unter /agents.json, nur am erwarteten Ort.","operationId":"well_known_x402__well_known_x402_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/agents.json":{"get":{"summary":"Agents Json","description":"Kanonischer MCP-Katalog plus getrennte HTTP-Transportangebote.","operationId":"agents_json_agents_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/.well-known/agent-card.json":{"get":{"summary":"Agent Card","operationId":"agent_card__well_known_agent_card_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}},"/agent-card.json":{"get":{"summary":"Agent Card Alias","operationId":"agent_card_alias_agent_card_json_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid input; no paid result delivered","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"422":{"description":"Request schema validation failed","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}},"503":{"description":"Critical upstream evidence unavailable; retry later","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineError"}}}}}}}},"components":{"schemas":{"Body_free_einvoice_free_einvoice_post":{"properties":{"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File"}},"type":"object","required":["file"],"title":"Body_free_einvoice_free_einvoice_post"},"Body_x402_einvoice_x402_einvoice_post":{"properties":{"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File"}},"type":"object","required":["file"],"title":"Body_x402_einvoice_x402_einvoice_post"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"SignupReq":{"properties":{"email":{"type":"string","format":"email","title":"Email"}},"type":"object","required":["email"],"title":"SignupReq"},"ToolRecommendationReq":{"properties":{"goal":{"type":"string","maxLength":8000,"minLength":2,"title":"Goal"},"category":{"type":"string","maxLength":80,"title":"Category","default":""},"country":{"type":"string","maxLength":80,"title":"Country","default":""},"chain":{"type":"string","maxLength":80,"title":"Chain","default":""},"max_price_usdc":{"anyOf":[{"type":"string","maxLength":32},{"type":"null"}],"title":"Max Price Usdc"},"available_inputs":{"items":{"type":"string"},"type":"array","maxItems":100,"title":"Available Inputs"},"max_results":{"type":"integer","maximum":3.0,"minimum":1.0,"title":"Max Results","default":3},"prefer_free":{"type":"boolean","title":"Prefer Free","default":true}},"type":"object","required":["goal"],"title":"ToolRecommendationReq","description":"Privacy-preserving input for the free deterministic MCP tool router."},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VatBatchReq":{"properties":{"vat_ids":{"items":{"type":"string"},"type":"array","maxItems":100,"minItems":1,"title":"Vat Ids"}},"type":"object","required":["vat_ids"],"title":"VatBatchReq"},"MachineResult":{"type":"object","additionalProperties":true,"description":"Machine-readable result; paid successes include a signed receipt."},"MachineError":{"type":"object","additionalProperties":true,"properties":{"error":{},"detail":{},"charged":{"type":"boolean"}}},"X402PaymentRequired":{"type":"object","additionalProperties":true,"description":"x402 v2 payment challenge; exact options are also in PAYMENT-REQUIRED."}}},"servers":[{"url":"https://api.eucompliance.tools"}]}