Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cloud/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ You stay in control of spend with a per-audit credit cap and a confirmation prom
<Card title="Browser Rendering" icon="globe" href="/cloud/rendering">
Render JavaScript-heavy sites with a cloud headless browser
</Card>
<Card title="Scheduled Audits" icon="calendar-clock" href="/cloud/scheduled-audits">
Re-audit your sites automatically on a daily, weekly, or monthly schedule
</Card>
<Card title="Dashboard" icon="layout-dashboard" href="/dashboard">
Published reports, issue tracking, and billing at app.squirrelscan.com
</Card>
Expand Down
44 changes: 44 additions & 0 deletions cloud/scheduled-audits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "Scheduled Audits"
description: "Re-audit your sites automatically on a daily, weekly, or monthly schedule"
icon: "calendar-clock"
---

Scheduled audits re-run a full cloud audit of a website on a fixed cadence - **daily, weekly, or monthly** - with no manual trigger. Each run lands in the [dashboard](/dashboard) alongside your on-demand audits, so you can track score changes and catch regressions over time.

<Note>
Scheduled audits are a **Pro** feature. On the free plan the schedule is shown as an upgrade prompt; new free websites are not scheduled.
</Note>

## Setting a schedule

Schedules are managed from the dashboard, per website:

1. Open the website at `app.squirrelscan.com`.
2. Use the **Scheduled Audits** card on the website overview (or go to **Settings → Schedule**).
3. Pick a cadence - **Daily**, **Weekly**, **Monthly**, or **Disabled**.

On a Pro plan, new websites default to a **weekly** schedule. You can change the cadence or turn scheduling off at any time.

## How runs behave

- Each scheduled run is a normal cloud audit and **spends [credits](/cloud/credits)** like any other cloud audit. Stay within budget with the same per-audit spend controls.
- If an audit for the website is already running when the schedule fires, the scheduled run is skipped for that cycle.
- Results, score deltas, new issues, and notifications appear in the dashboard automatically.

## Audit source

Every audit records where it was triggered from. In the dashboard, audits and reports are tagged with a **source** badge:

- **CLI** - run from the `squirrel` command line
- **Cloud** - run on demand from the dashboard
- **Scheduled** - run automatically by a schedule
- **GitHub** - run from a GitHub pull request or push

This makes it easy to tell an automated weekly run apart from one you kicked off by hand.

## Related

- [Cloud overview](/cloud) - what cloud features add
- [Credits & Pricing](/cloud/credits) - how scheduled runs are billed
- [Dashboard](/dashboard) - where scheduled results live
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,8 @@
"cloud/index",
"cloud/credits",
"cloud/rules",
"cloud/rendering"
"cloud/rendering",
"cloud/scheduled-audits"
]
},
{
Expand Down
Loading