snowpack

Keys and usage

Calls per day

0
calls
0
refused
0
delivered
0
median answer

Calls per day. Refusals are drawn in the second colour on the same bar.

By endpoint

EndpointCallsRefusedDeliveredAverage

Keys

KeyLabelTierStateCalls
A key is shown once, at purchase, and is never stored here.

What this portal holds is the key's public id, which names it and opens nothing. If you have lost a key, revoke it and buy another: revoking is enforced at every gate, not just recorded.

Claim a key

Bought with a wallet? There was no email on the purchase, so paste the key and it binds to this account. A key already held by another account is refused.

Recent requests

The last few hundred calls made with your keys, newest first. Kept for thirty days. The route is recorded; what you asked it is not.

WhenEndpointStatusTookSizeEdgeKey

Security

Your password opens the app. A second factor is what stands between somebody holding a borrowed session and your keys, so the portal asks for it and the app does not.

Passkeys
None yet.

A passkey proves the device and that you unlocked it, so it counts for both factors at once and is the strongest option here.

Time code
Off.

Prebuilt components

The weather card and the 3D range the product draws, as drop-in components fed by your own key. The card below is live: it is calling the same endpoint your integration will.

Drawing the card spends one call against the key you choose, at the published per-call price. Nothing is drawn until you press the button.

<script type="module">
  import { weatherCard } from 'https://snowpack.fyi/embed/card.js';
  weatherCard(document.querySelector('#wx'), {
    key:   'sp1...',              // your key, kept server side in production
    place: 'Park City, UT',
  });
</script>