Scheduled prompt runs

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.