Create a New Test Run
Creates a new test run.
https://api.futureagi.com/simulate/run-tests/create/ Authentication
Request body
Name for the test run. Must be unique within your organization and cannot exceed 255 characters.
Optional free-text description of the test run.
Array of scenario UUIDs to execute against. Must contain at least one valid scenario ID.
UUID of the agent definition to evaluate.
UUID of a specific agent version to test against. Defaults to the currently active version if omitted.
Array of existing evaluation configuration UUIDs to associate with this test run.
Array of inline evaluation configuration objects to create and associate. Each object must include template_id, name, config, and mapping.
Array of dataset row UUIDs to restrict execution to specific data entries. If omitted, all rows are included.
When true, evaluates correctness of tool calls made by the agent. Defaults to false.
Response
201 CreatedUUID of the newly created test run.
Name of the test run.
Description of the test run, or empty string if none provided.
UUID of the associated agent definition.
Array of linked scenario UUIDs.
Whether tool evaluation is enabled.
ISO 8601 creation timestamp.
ISO 8601 last-modified timestamp.
Errors
Invalid or missing required fields, such as empty scenarioIds, invalid UUIDs, or malformed evaluationsConfig.
Missing or invalid X-Api-Key or X-Secret-Key headers.
Organization not found, or one or more referenced resources (agent definition, scenarios, eval configs) do not exist.
Unexpected server error. Contact support if it persists.