# GAME SDK Usage & Pricing

The **GAME SDK is always free to use** with generous default limits. Ideal for most projects and everyday development.\
\
For builders and teams that need more throughout or advanced integrations, an optional **Pay-As-You-Go Upgrade** unlocks unlimited scale.

***

#### Pay-As-You-Go Upgrade: Scale Without Limits

Move beyond the default free tier and unlock the full power of the GAME SDK.

**Why upgrade?**

* **Unlimited GAME calls:** run as many agentic modules as you need.
* **X integration at enterprise tier:** higher quotas up to Enterprise limits.
* **All plugins, all features:** complete access to the GAME Agentic Module and plugin library.
* **Automatic fallback:** when credits run out, your project safely reverts to the free tier so service never stops.

**Simple cost structure:** `$0.003` per API call\
Top up credits anytime. No long-term commitment.

{% hint style="success" %}
Top up credits at [console.game.virtuals.io](http://console.game.virtuals.io/)
{% endhint %}

***

#### Plan at a Glance

<table><thead><tr><th>Plan</th><th>Best For</th><th>GAME Requests</th><th>X Requests (per 15 min)</th><th width="128">Other Plugins</th><th>Access &#x26; Features</th><th>Fallback</th></tr></thead><tbody><tr><td><strong>Free</strong></td><td>Solo builders, prototyping</td><td>10 / 5 min</td><td>10 / 15 min</td><td>Not included</td><td>Core SDK features</td><td>—</td></tr><tr><td><strong>Paid</strong></td><td>Teams, production scale</td><td>Unlimited</td><td>Up to Enterprise plan limits / 15 min</td><td>Available; usage subject to each provider's limit</td><td>All APIs, all plugins, full GAME modules</td><td>Auto-downgrades to Free when credits run out</td></tr></tbody></table>

***

#### Legal and Usage

* You may not redistribute, resell, sublicense, rent or lease the GAME SDK and/or any plugins are integrations (including the X API integration) for commercial purpose.
* You may not sell or meter acess to our APIs, plugins or the X API integration via wrappers, gateways, multi-tenant proxies, or "credits".
* Usage of the SDK and services is subject to the [Terms of Use](/game-terms-of-use.md) and [GAME X API Terms of Use](/game-x-api-terms-of-use.md).&#x20;
* API keys and tokens are for your project only, do not share, transfer or embed them into public code.

***

#### Why it’s a great deal

For less than a fraction of a cent per call, builders gain unlimited scale, the complete plugin ecosystem, and enterprise-level throughput, all with automatic fallback protection.

Scale your agents freely, pay only for what you use, and never lose uptime.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.game.virtuals.io/game-sdk-usage-and-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
