Database
Monitor Supabase with MrCron
MrCron mirrors Supabase project health, auth user counts, and database size every 5 minutes so you can spot paused projects and quota pressure at a glance.
How MrCron monitors Supabase
- Auth user count per project.
- Database size in bytes per project.
- Per-project status detection with amber warning for paused projects.
- Workspace-wide roll-up: connect one PAT, auto-link every Supabase project.
- Per-project override: attach a specific Supabase project to a specific MrCron project.
- Alert rules that fire on paused projects via any notification channel.
What you will see
Auth user count, DB size, paused projects on your project card.
Auth flow: API Key. Credentials are stored encrypted at rest with AES-256-GCM and never returned to your browser.
Start monitoring Supabase
Sign in, create a project, and connect Supabase in under a minute. First check ships in the free tier.
Frequently asked questions
- What Supabase credentials does MrCron need?
- A personal access token (starts with sbp_) from the Supabase account settings page. MrCron stores it encrypted at rest and never returns it to your browser.
- How does auto-linking work?
- After you connect a Supabase account at /integrations/supabase, MrCron lists every project on the account. You choose auto-link, manual link, or ignore per project.
- Does MrCron read database rows?
- No. MrCron only reads Supabase management API metadata (project state, size, user count). Your table data is never touched.
- What triggers a paused-project alert?
- The next sync sees the project status flip from ACTIVE to PAUSED and drops that project card to amber. Configure an alert rule to route the state change to any channel.