wf_... for workflows.
Why the API says automation
The dashboard has workflows and agents because they are authored differently. The public API groups them as automations because they share the same runtime shape:- both can be listed with
GET /api/v1/automations - both can be run with
POST /api/v1/runs - both produce runs, files, traces, feedback, and evaluator scores
- both can have datasets and experiments