{"name":"AIURION Agentic 3D Printing API","version":"v1","status":"free_beta","description":"Quote, approve, purchase, and track on-demand 3D prints through AIURION.","pricing":{"quotes":"free_during_beta","customer_pays_for":"manufactured_part_shipping_and_applicable_tax"},"authentication":{"type":"bearer","header":"Authorization: Bearer aiq_guest_... or aiq_live_...","access":"public_guest_sessions","guestSession":{"method":"POST","path":"/api/agent/v1/sessions","manualApprovalRequired":false,"expiresAfterHours":24,"quoteAllowance":3},"persistentKeys":"Available for repeat integrations; elevated partner limits require approval."},"documentation":{"human":"https://aiurion.com/ai-agents","openapi":"https://aiurion.com/api/agent/v1/openapi.json","mcp":"https://aiurion.com/api/agent/v1/mcp","service_policy":"https://aiurion.com/service-policy"},"workflow":[{"step":1,"action":"start_guest_session","method":"POST","path":"/api/agent/v1/sessions","authenticationRequired":false,"effect":"Immediately returns a scoped 24-hour Bearer token. No account or invitation is required."},{"step":2,"action":"create_print_quote","method":"POST","path":"/api/agent/v1/print-quotes","contentType":"multipart/form-data","requiredHeaders":["Authorization","Idempotency-Key"],"requiredFormFields":["file","quantity"]},{"step":3,"action":"get_or_update_print_quote","methods":["GET","PATCH"],"path":"/api/agent/v1/print-quotes/{quoteId}","requirement":"Read quote.checkoutEligibility and resolve any minimum or maximum base-print limit before requesting customer approval."},{"step":4,"action":"obtain_customer_approval","requirement":"Show the customer the final quote and obtain explicit approval before creating checkout."},{"step":5,"action":"create_checkout","method":"POST","path":"/api/agent/v1/print-quotes/{quoteId}/checkout","requiredHeaders":["Authorization","Idempotency-Key"],"requirement":"approvalConfirmed must be true","effect":"Returns a Stripe Checkout URL. Stripe authorizes the card; AIURION does not capture payment yet."},{"step":6,"action":"customer_payment","requirement":"The customer opens Stripe Checkout, reviews the order, and supplies payment details for a temporary authorization hold."},{"step":7,"action":"get_order_status","method":"GET","path":"/api/agent/v1/print-quotes/{quoteId}/order"}],"mcpTools":["get_print_capabilities","start_guest_session","create_print_quote","get_print_quote","update_print_quote","create_checkout","get_order_status"],"supportedFiles":{"formats":["STL","OBJ","STEP","STP","3MF"],"maximumSizeMb":5},"safety":{"explicitCustomerApprovalRequired":true,"checkoutCreationChargesCustomer":false,"manufacturingRelease":"AIURION reviews the model before payment capture and manufacturing release.","prohibitedParts":"Weapons, weapon components, and other prohibited or unsafe jobs are not accepted."}}