Schedule create.
ROLES: AUTOMATION_ADMIN USER: true SERVICE ACCOUNT: true
Authorizations
Bearer JWT token or API Key (sk-*).
Body
Display name of the schedule.
"Morning sync"
5-field cron expression used by the scheduling system.
"30 9 * * MON-FRI"
Normalized execution target type used by runtime dispatch.
JOB_TEMPLATE, AGENT, PLATFORM_OPERATION "AGENT"
Execution target id aligned with targetType.
"eeeeeeee-eeee-4eee-8eee-eeeeeeeeeeee"
IANA timezone for this schedule. Use canonical names like Europe/Warsaw or UTC. Abbreviations like CET or EST are rejected because they break DST handling.
"Europe/Warsaw"
Optional presentation category used to group schedules.
"Operations"
Whether the schedule is active immediately after creation.
true
Operator-visible schedule description.
"Runs the customer sync every business morning."
Optional resource metadata. Values may use any JSON type. Maximum 16 KiB and 64 top-level keys. Top-level keys starting with "__" are reserved for backend use.
Optional reserved target version metadata. Ignored for AGENT targets, which always execute the current Agent definition.
2
Optional target-specific execution settings.
Response
Job scheduled.

