Schedule an article
schedule_articleSchedule an article for future publication by marking it as scheduled and setting its live date. The system automatically publishes it on your site at that time.
Instructions
Schedule an article. Moves the article to status: scheduled and records when it should go live. A cron publishes it within a few minutes of that time, whether or not the AI pipeline is switched on for your Site. PUBLIC: this makes the article publicly visible on the customer's own live site, where search engines and readers will see it. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the articles:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A UUID. | |
| confirm | No | Set to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing. | |
| scheduled_publish_at | Yes | ISO 8601. Include an offset. If you omit one it is read in the Site's timezone, which you can get from `GET /site`. ISO 8601 with an offset, for example 2026-09-01T09:00:00Z. |