> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# cronCreate

> Gateway RPC for creating cron schedules.

`cronCreate` creates or replaces a Gateway cron schedule.

* Method: `cronCreate`
* Scope: `cron:write`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ workflow, pattern, cronId?, enabled? }`
* Response: `{ cronId, workflow, pattern, enabled }`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, and `Internal`.
