Create dataset example
Create one dataset example from JSON fields. Use dataset import for archive-based uploads and file-bearing examples.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation id or typed alias, such as workflows.slug or agents.slug.
Body
Fields used to create or update a dataset example.
Example name. Required on create; omitted or null uses a generated name where supported.
1 - 128Input arguments for the example.
Expected JSON output. Null clears the expected output.
Caller-managed metadata.
Human note about the example. Null clears the annotation.
2000Optional display order. Null clears the order.
0 <= x <= 9007199254740991Step output overrides used during example runs.
Response
Created dataset example.
One input/expected-output row in an automation dataset.
Stable public example id. Workflow examples use DB ids; agent examples use deterministic name-derived ids.
Human-readable dataset example name.
Automation that owns this example.
workflow, agent Input arguments used when this example is run.
Expected JSON output for evaluator comparisons.
Expected files attached to this example.
Caller-managed metadata for sorting or filtering examples.
Human note about the example.
Optional display order within the dataset.
Step output overrides used when running this example.
Most recent run id created from this example.