Search the documentation
5 pages for croncreate.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…entInput | ArtifactInput | AskUserQuestionInput | BashInput | CronCreateInput | CronDeleteInput | CronListInput | EnterPlanModeInput | EnterWorktreeInput | ExitPlanModeInput | Exit…
Hooks reference
Claude Code CLI · in the page
hooks
…n_crons` describes one session-scoped scheduled wakeup, sourced from `CronCreate`, `ScheduleWakeup`, and `/loop`: | Field | Description…
Run prompts on a schedule
Claude Code CLI · in the page
scheduled-tasks
…---------------------------------------------------------------- | | `CronCreate` | Schedule a new task. Accepts a 5-field cron expression, the prompt to run, and whether it recurs or fires once. | |…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…s and cron tools: `TaskCreate`, `TaskGet`, `TaskList`, `TaskUpdate`, `CronCreate`, `CronDelete`, and `CronList`. In a [session without the Task tools](/docs/en/tools-reference#task-tool-availability)…
Tools reference
Claude Code CLI · in the page
tools-reference
…| Yes | | `CronCreate` | Schedules a recurring or one-shot prompt within the current session. Tasks are session-scoped and restored…