Use Cases
Tutorial: Automate a pipeline
Automate an import/build/CI workflow with reliability guarantees.
- 1Name the pipeline ('Texture import settings', 'Nightly build').
- 2Get the Unity mechanism, the stages, idempotency+logging+failure guarantees, and a scaffold hook.
API — deterministic output.
curl -X POST $CURFLUFFLE_API_URL/tools/pipeline.automate \
-H "Authorization: Bearer $CURFLUFFLE_API_KEY" -H "Content-Type: application/json" \
-d '{"name":"Nightly build"}'
# → { ok:true, data:{ result:{ trigger, mechanism, stages, reliability, scaffold }, markdown } }