Sign in, generate an API key, and start building. Rate-limited, usage-tracked, and revocable any time from your dashboard.
Walkthrough
A predictable REST surface over the Free Fire access flow — with the operational guarantees you need to ship on top of it.
Every key is metered at 40 requests / 60 seconds via a sliding window. Overages return 429 with Retry-After. Usage is logged per request for your dashboard.
Raw keys are shown exactly once at creation, then only their SHA-256 hash is stored. Revoke instantly from the dashboard — a revoked key fails auth on the next call.
Your calls hit a single choke point that talks to the game login server for you. The upstream host never appears in a response, bundle, or error — clients only see our API.