{"openapi":"3.1.0","info":{"title":"WarMachine33 Agent API","version":"1.0.0","description":"Discover services, estimate ROI, request a quote, submit a lead, or request the CHF 490 diagnostic. Human-in-the-loop: nothing beyond a diagnostic request is engaged without explicit human confirmation. Prices in CHF (ex-VAT 8.1%).","contact":{"email":"contact@warmachine33.cloud","url":"https://warmachine33.cloud/for-agents"}},"servers":[{"url":"https://warmachine33.cloud"}],"paths":{"/agent/v1/catalog":{"get":{"summary":"List services, prices, guarantees, sectors","responses":{"200":{"description":"Catalog"}}}},"/agent/v1/services/{id}":{"get":{"summary":"Get one service by id","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Service"},"404":{"description":"Not found"}}}},"/agent/v1/estimate-roi":{"post":{"summary":"Indicative annual savings from hours/week and hourly cost","responses":{"200":{"description":"Estimate"},"400":{"description":"Invalid input"}}}},"/agent/v1/quotes":{"post":{"summary":"Indicative quote from a list of automation ids","responses":{"200":{"description":"Quote"}}}},"/agent/v1/lead":{"post":{"summary":"Submit a qualified lead (human owner email required)","responses":{"200":{"description":"Ticket"},"400":{"description":"Email required"}}}},"/agent/v1/custom-request":{"post":{"summary":"Submit a bespoke build brief (human owner email required)","responses":{"200":{"description":"Ticket"}}}},"/agent/v1/book-diagnostic":{"post":{"summary":"Request the CHF 490 diagnostic. Returns a Stripe payment_url (card or TWINT) the human owner can pay","responses":{"200":{"description":"Ticket"}}}}}}