Snowflake Cost Scanner

Where to start

Don’t take our numbers. Go and get yours.

Connect a read-only token and we run one query over your own query history — about a minute. Or run that query yourself and paste the results back. Either way you get the same number: what repetition is costing the account, and which rules would capture it.

The quickest route. Paste a warehouse URL and a read-only token, and we run the query for you.

The scan runs one read-only SELECT over your query history. It writes nothing and reads none of your tables.

Your token is never stored. No database, no session, no cookie, and it is never written to a log. It is used for a single call to your warehouse and then it is gone.

It passes through a relay for one reason only: neither Snowflake nor Databricks sends CORS headers, so a browser cannot call them directly. Nothing about that hop retains anything.

The token is kept in your own browser so you don’t have to re-enter it, and Disconnect everything clears it along with any scan result. On a shared machine, use a short-lived token and disconnect when you are done.