{"name":"GravForge Pipeline API","version":"0.1.0-alpha","method":"POST","endpoint":"/api/pipeline/full","description":"Full hardware engineering pipeline. Send a project description, receive schematics, BOM, firmware, and assembly guide via Server-Sent Events.","request":{"contentType":"application/json","body":{"description":{"type":"string","required":true,"minLength":20,"maxLength":5000,"example":"A solar-powered weather station with LoRa, 6-month battery life"}}},"response":{"contentType":"text/event-stream","events":["stage","result","complete","error"],"stages":["describe","decompose","specify","bom","firmware","assemble"]},"rateLimit":{"maxRequests":5,"windowMs":60000}}