# Scheduled prompt runs

Canonical URL: https://bloomiro.com/changelog/ai-presence-auto-run-cadence
Markdown URL: https://bloomiro.com/changelog/ai-presence-auto-run-cadence.md

Published: 2026-08-07

Run prompts on a schedule: daily, twice a week, weekly, or every two weeks. Set it in Prompts or with MCP.

Prompts can run on a schedule.

## How often

- Daily
- Twice a week (pick two days)
- Weekly (pick one day)
- Every two weeks (pick one day)

## When

- 14:00 or 02:00, Europe/Stockholm
- The app shows the time in your timezone

You can pick which models to use.

## In the app

Open **Prompts**, pick a group, turn on auto-run, then set how often, which days, time, and models.

## With MCP

1. `get_ai_presence` with `view=prompts` to find the prompt group id and current schedule.
2. `manage_prompts` with `action=set_auto_run` to turn scheduling on (pass `cadence`, `days`, `slot`, `models` as needed).
3. `manage_prompts` with `action=pause_auto_run` to pause.
4. `get_ai_presence` to read results when a run is done. Do not poll while it is running.

Credits apply the same as a manual run.

## Links

- Changelog index (markdown): https://bloomiro.com/changelog.md
- This entry (HTML): https://bloomiro.com/changelog/ai-presence-auto-run-cadence
