> ## Documentation Index
> Fetch the complete documentation index at: https://studio.chat-atp.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a schedule

> Create a schedule

<ParamField body="agent_id" type="integer" required>
  Agent that owns the schedule.
</ParamField>

<ParamField body="conversation_id" type="integer" required>
  Conversation the schedule runs against.
</ParamField>

<ParamField body="name" type="string">
  Display name.
</ParamField>

<ParamField body="cron" type="string">
  Cron expression or schedule payload accepted by the backend.
</ParamField>
