List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status.
List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status. Use to check what is automated before creating new configs, or to find config_id for update_autopilot_config.
List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status. › Request Body
active_onlyIf true, only return active configs. Defaults to false (show all).
response_formatOptional response format. Defaults to text.
List autopilot configurations showing schedules, credit budgets, last run times, and active/inactive status. › Responses
Successful tool execution.
Update an existing autopilot configuration.
Update an existing autopilot configuration. Can enable/disable, change schedule, or modify credit budgets.
Update an existing autopilot configuration. › Request Body
config_idThe autopilot config ID to update.
is_activeEnable or disable this autopilot config.
schedule_daysDays of the week to run (e.g., ["mon", "wed", "fri"]).
schedule_timeTime to run in HH:MM format (24h, user timezone). E.g., "09:00".
max_credits_per_runMaximum credits per execution.
max_credits_per_weekMaximum credits per week.
Update an existing autopilot configuration. › Responses
Successful tool execution.
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time.
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time. Use as a dashboard check before modifying autopilot settings.
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time. › Request Body
response_formatOptional response format. Defaults to text.
Get autopilot system overview: active config count, recent execution results, credits consumed, and next scheduled run time. › Responses
Successful tool execution.
Create a new autopilot configuration for automated content pipeline execution.
Create a new autopilot configuration for automated content pipeline execution. Defines schedule, credit budgets, and approval mode.
Create a new autopilot configuration for automated content pipeline execution. › Request Body
nameName for this autopilot config
project_idProject to run autopilot for
modeMode: recipe (legacy) or pipeline (new orchestration)
schedule_daysDays of the week to run
schedule_timeTime to run in HH:MM format (24h). E.g., "09:00"
approval_modeHow to handle post approvals
is_activeWhether to activate immediately
timezoneTimezone (e.g., "America/New_York"). Defaults to UTC.
max_credits_per_runMaximum credits per execution
max_credits_per_weekMaximum credits per week
response_formatResponse format. Defaults to text.
Create a new autopilot configuration for automated content pipeline execution. › Responses
Successful tool execution.