Stay up to date with the latest changes to Synthflow.
Based on user feedback, we have made changes to Simulations with a comprehensive set of new endpoints to manage Test Cases, Test Suites, and Simulation Sessions programmatically.
Key changes:
The following changes are planned for simulation case CRUD endpoints:
Field Deprecation:
type field in simulation case payloads is deprecated and will be removed in a future version. Please remove this field from your API requests.New Required Fields: In upcoming releases, the following fields will become mandatory:
suite_id — Test suite identifier. All simulation cases must be associated with a suite.base_agent_id — The agent ID the test case is based on. This ensures proper association between test cases and agents.Please update your integrations to include these fields to ensure compatibility with future API versions.
Read more about the feature here.
The from_date and to_date parameters in the analytics export endpoint now accept datetime values instead of date-only values, allowing for more precise time-based filtering.
Changes:
from_date and to_date parameters now use date-time format instead of date format2025-11-25T14:30:00Z)