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

# Schedule

> Automate recurring Coconut tasks with the built-in scheduler

# Schedule Autonomous Jobs

Coconut ships with a comprehensive job scheduler that can run Claude Code, Google Gemini, or OpenAI Codex agents on an automated cadence.

## Creating or Editing Jobs

1. Open the **Schedule** page in the left-hand navigation.
2. Click **New Scheduled Job** (or **Edit** beside an existing job).
3. Provide:
   * **Prompt** – the instruction the agent should run autonomously.
   * **Model** – `Claude`, `Gemini`, or `Codex`. The CLI dropdown mirrors the Configure Coding Agent flow.
   * **Cadence** – select days of the week, an hourly interval (minimum one hour), and optional anchor hour.
   * Toggle **Start active** if you want the job to begin immediately.
4. Save.

The UI shows the most recent run inline and exposes the full history in a modal so you can review summaries without leaving the page.
