{"info":{"contact":{"email":"hello@open3d.pt","url":"https://open3d.pt/agents"},"description":"REST API for AI agents to browse, quote, order, and track 3D prints.","title":"Open3D Agent API","version":"0.1.0"},"openapi":"3.0.3","paths":{"/api/open3d/mcp.json":{"get":{"responses":{"200":{"description":"Manifest"}},"summary":"MCP manifest"}},"/api/open3d/orders":{"post":{"responses":{"200":{"description":"Order with checkout_url"}},"summary":"Create order"}},"/api/open3d/orders/{order_id}":{"get":{"parameters":[{"in":"path","name":"order_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Order"},"404":{"description":"Not found"}},"summary":"Order status / delivery"}},"/api/open3d/orders/{order_id}/pds":{"get":{"responses":{"200":{"description":"PDS"}},"summary":"Order PDS (packing / production sheet)"}},"/api/open3d/products":{"get":{"parameters":[{"in":"query","name":"brand","schema":{"enum":["own","third"],"type":"string"}}],"responses":{"200":{"description":"Catalog"}},"summary":"List products"}},"/api/open3d/quote":{"post":{"responses":{"200":{"description":"Quote with quote_id and total"}},"summary":"Instant custom quote"}}},"servers":[{"url":"https://open3d.pt"}]}
