Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

WorkplanCreate

Request to create a workplan from a template. OpenAPI title is ``WorkplanCreate`` (the public noun); the Python class name stays ``BlueprintCreate`` so internal imports and the DB layer are untouched.

FieldTypeDescription
template_idrequiredstring (uuid)Source template UUID (workstream_id)
namerequiredstringWorkplan name
client_idstring (uuid) | nullClient UUID (optional; references platform.clients)
config_overridesobjectConfiguration overrides
show nested
Empty object.
schedulestring | nullCron schedule expression (folded into configuration; null = unscheduled)
schedule_timezonestring | nullIANA timezone for the schedule (folded into configuration)
max_duration_minutesinteger | nullPer-instance duration guardrail in minutes (folded into configuration)
human_checkpointsany[] | nullSign-off gate checkpoints (folded into configuration); [] clears the gate
run_modestring | nullRun posture: propose|auto_run (folded into configuration)