A Monthly Active Browser (MAB) is a single browser installation that calls Runtime.boot() at least once during a calendar month for a project ID. The SDK can ping on each boot, and the server deduplicates usage when presenting or billing MAB, so a single user reloading a tab fifty times still counts as one MAB.
Multiple browsers from one person — laptop and phone, say — count as separate MABs. We don’t fingerprint, IP-track, or correlate across origins. After beta, non-commercial projects include 20,000 MAB per month.
Browser Python runs in the same browser-runtime usage model as Node. Server-runtime sessions are tracked separately from MAB. They let Verklet show workspace activity, enforce beta quotas, and bill server execution without treating every command as another active browser.