{"openapi":"3.1.0","info":{"title":"Atinamos Agent Shop","description":"Paid utility, verification and evidence services built for autonomous AI agents. Services are discoverable through a machine-readable catalogue and paid with x402.","contact":{"name":"Atinamos","url":"https://atinamos.co.uk/","email":"phil@atinamos.co.uk"},"version":"0.2-public","x-guidance":"Discover paid services at /v1/catalog. Render Check remains available at /agent/render-check for 0.25 USDC. Buyer Check is available at /agent/buyer-check for 0.10 USDC. JSON Validate / Repair is available at /agent/json-repair for 0.005 USDC and returns its result synchronously. Technical SEO Crawl is available at /agent/technical-seo-crawl for 0.05 USDC; payment settles on accepted job and the crawl result is asynchronous. Free observed-service Market Search is available at GET /agent/market/search and GET /agent/market/service/{service_id}. Poll asynchronous jobs at /agent/jobs/{job_id}."},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Health Get"}}}}}}},"/agent/render-check":{"post":{"summary":"Create Render Check","operationId":"create_render_check_agent_render_check_post","parameters":[{"name":"Idempotency-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Idempotency-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RenderCheckRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Render Check Agent Render Check Post"}}}},"402":{"description":"Payment Required. The response contains an x402 v2 payment challenge for 0.25 USDC on Base."},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.25"}}}},"/v1/catalog":{"get":{"summary":"Catalog","operationId":"catalog_v1_catalog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Catalog V1 Catalog Get"}}}}}}},"/agent/market/search":{"get":{"summary":"Search observed machine services","description":"Search machine services observed by Atinamos harvesters across external discovery sources. Results describe observed listings and do not establish trust, safety or current availability.","operationId":"market_search_agent_market_search_get","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string","title":"Q"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","default":20,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Market Search Agent Market Search Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agent/market/service/{service_id}":{"get":{"summary":"Get one observed machine service","description":"Return one canonical service record from the live Atinamos harvest registry by Atinamos service ID.","operationId":"market_service_agent_market_service__service_id__get","parameters":[{"name":"service_id","in":"path","required":true,"schema":{"type":"integer","title":"Service Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Market Service Agent Market Service  Service Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agent/buyer-check":{"post":{"summary":"Create Buyer Check","operationId":"create_buyer_check_agent_buyer_check_post","parameters":[{"name":"Idempotency-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Idempotency-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BuyerCheckRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Buyer Check Agent Buyer Check Post"}}}},"402":{"description":"Payment Required. x402 v2 challenge for 0.10 USDC on Base."},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.10"}}}},"/agent/technical-seo-crawl":{"post":{"summary":"Create Technical Seo Crawl","operationId":"create_technical_seo_crawl_agent_technical_seo_crawl_post","parameters":[{"name":"Idempotency-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Idempotency-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TechnicalSeoCrawlRequest"}}}},"responses":{"202":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Create Technical Seo Crawl Agent Technical Seo Crawl Post"}}}},"402":{"description":"Payment Required. x402 v2 challenge for 0.05 USDC on Base."},"400":{"description":"Invalid or unsafe target URL."},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.05"},"settlement":"Payment settles when the crawl job is accepted. Poll status_url for the later crawl outcome."}}},"/agent/json-repair":{"post":{"summary":"Create Json Repair","description":"Execute the deterministic utility immediately after x402 payment.","operationId":"create_json_repair_agent_json_repair_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JsonRepairRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Create Json Repair Agent Json Repair Post"}}}},"402":{"description":"Payment Required. x402 v2 challenge for 0.005 USDC on Base."},"400":{"description":"Invalid service input."},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"protocols":[{"x402":{}}],"price":{"mode":"fixed","currency":"USD","amount":"0.005"}}}},"/agent/jobs/{job_id}":{"get":{"summary":"Get Shop Job","operationId":"get_shop_job_agent_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"object","additionalProperties":true,"title":"Response Get Shop Job Agent Jobs  Job Id  Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"BuyerCheckRequest":{"properties":{"agent":{"type":"string","title":"Agent"}},"additionalProperties":false,"type":"object","required":["agent"],"title":"BuyerCheckRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"JsonRepairRequest":{"properties":{"json":{"type":"string","title":"Json"},"mode":{"type":"string","enum":["validate","repair"],"title":"Mode","default":"repair"}},"additionalProperties":false,"type":"object","required":["json"],"title":"JsonRepairRequest"},"RenderCheckRequest":{"properties":{"url":{"type":"string","title":"Url"}},"additionalProperties":false,"type":"object","required":["url"],"title":"RenderCheckRequest"},"TechnicalSeoCrawlRequest":{"properties":{"url":{"type":"string","title":"Url"}},"additionalProperties":false,"type":"object","required":["url"],"title":"TechnicalSeoCrawlRequest"},"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"}}},"externalDocs":{"description":"Live Atinamos Render Check OpenAPI specification","url":"https://agent.atinamos.co.uk/openapi.json"}}