# Information

### One Game Per Workspace

Each Auxvyn workspace is designed to work with **one Roblox game only**, tied to a single Universe ID.

This is intentional. Workspaces are scoped to a specific game so that:

* Player data stays isolated and organized per game
* API keys are scoped correctly and can't bleed between games
* Analytics and records are accurate and meaningful

**Trying to use one workspace across multiple games is a violation of our Terms of Service.**

***

### Bypassing Workspace Limits

We actively monitor API key usage across Universe IDs. If a single workspace's API key is detected being used across multiple Universe IDs, the following will happen:

1. **First offence** — your workspace is automatically flagged and you receive a warning notification
2. **Second offence** — your API keys are revoked and your workspace is suspended
3. **Third offence** — your Auxvyn account is permanently banned with no refund

We take this seriously because misuse degrades performance and fairness for every developer on the platform.

{% hint style="info" %}
If you have multiple games, you need a separate workspace for each one. The Pro plan gives you up to 5 workspaces for exactly this reason.
{% endhint %}

***

### API Key Security

Your API key is the only thing standing between the public internet and your player data. Treat it like a password.

**You must:**

* Only place your API key in a **server-side Script** in Roblox, never a LocalScript
* Never share your API key publicly, in videos, screenshots, or Discord messages
* Rotate your key immediately if you believe it has been compromised

**What happens if your key leaks:** Anyone with your API key can read, write, and delete your player data. Auxvyn is not responsible for data loss or corruption caused by exposed API keys. Revoke and regenerate compromised keys immediately from your workspace dashboard.

***

### Data Ownership

You own your data. Auxvyn stores it on your behalf but does not sell, share, or access it beyond what is required to operate the platform. You can export or delete your data at any time from your dashboard.

***

### Fair Use

Auxvyn is designed for Roblox game data storage. Using it for purposes unrelated to Roblox game development, including but not limited to storing personal user information, running automated scraping, or using it as a general-purpose database is a violation of our Terms of Service and may result in immediate account termination.

***

### Platform Availability

Auxvyn is currently in **Public Beta**. This means:

* Features may change, be added, or be removed without notice
* Downtime may occur during maintenance windows
* Data limits and pricing are subject to change with reasonable notice given to existing users

We are committed to being transparent about any changes that affect your game or data.

***

### Getting Help

If you believe your account has been flagged in error, or you have questions about any of the above, reach out via:

* **Discord** — [discord.gg/auxvyn](https://discord.gg/auxvyn)
* **Email** — <support@auxvyn.com>
* **Dashboard** — use the Support panel in the top right of your dashboard

***

### What's Next


---

# 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://auxvyn.gitbook.io/auxvyn-docs/welcome/information.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.
