
Create a task
Sidebar → Scheduled Tasks → New task. Fill in:| Field | What it does |
|---|---|
| Name | A short label. Shows in the list and as the chat title. |
| Description | Optional. What this task is for — for future-you. |
| Prompt | The instruction the assistant gets each run. |
| System prompt (optional) | Always-applied context (persona, constraints, formatting). |
| Connectors | Pick which connected services this task can use. Foundry also auto-suggests connectors based on prompt keywords. |
| Schedule | Hourly / Daily / Weekly / Custom (5-field cron). |
| Timezone | Defaults to your account timezone. |
| Max runs | Lifetime cap. Default: 10. |
Schedule presets
| Preset | Cron equivalent | Typical use |
|---|---|---|
| Hourly | <min> * * * * | Light monitoring. |
| Daily | <min> <hour> * * * | Daily briefs, summaries. |
| Weekly | <min> <hour> * * <dow> | Weekly digests. |
| Custom | Any 5-field cron | Anything else. |
minute hour day-of-month month day-of-week.
What happens on each run
- Cron fires. Foundry opens a fresh chat under the task’s name.
- The system prompt + prompt are sent to the assistant.
- The assistant runs — using the connectors you selected — and writes the reply.
- A browser notification fires (if enabled). The chat appears in Recent with an unread badge.
Editing and pausing
- Open the task → Edit to change prompt, schedule, or connectors.
- Toggle Active off to pause without deleting.
- Archive to hide; Delete to remove permanently.
Tips
- Constrain the output format in your prompt — “reply in 3 bullets, max 30 words each”. Daily briefs that respect your time get read; ones that ramble don’t.
- Use system prompt for persona + constraints, prompt for the task itself. Keeps the task definition tidy.
- Start with a tight
max runscap while you iterate. Bump it once the task is solid.
Limits
- Default lifetime cap is 10 runs — change it explicitly if you want more.
- Cron resolves at minute granularity.
Related
Tasks overview
Scheduled vs event-based.
Tutorial
Build a daily brief.