flowsUpdated 6/12/2026
Flow analytics
Flow analytics
Flows can be created via the dashboard UI or programmatically via the API.
API Creation
curl -X POST https://hiie.arthurlabs.net/api/flow/start \
-H "Authorization: Bearer <jwt>" \
-d '{"prompt": "Design a weather station..."}'
Flow Parameters
prompt— Natural language product descriptionmode— "design", "manufacture", or "hybrid"priority— "normal" or "rush"
flowshiie
Was this helpful?