Limited beta — the Skylit API is in limited beta. Create and manage keys in the Developer tab of the Skylit app.
The Skylit Public API uses bearer authentication. Send your API key in the
Authorization header on every request:
Getting a key
Generate and manage keys from your account console. New accounts are seeded with 5,000 credits.Credits
Every chargeable request debits a fixed cost from your credit balance.
Every chargeable response carries
X-Credits-Remaining: <balance>.
You’re out of credits. Top up in the account console.
The account has been administratively suspended.
Rate limits
A safety ceiling of 600 requests / minute is enforced by the Skylit gateway and surfaced viaX-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.
This is runaway protection, not your quota — credit metering does the per-customer accounting.
Make your first call
Jump to GET /v1/heatmap and try it live in the playground.

