Account, billing, and settings
Manage sign-in, subscription state, upload consent, project data, and account controls in NexusRBX.
Authentication
NexusRBX uses Firebase-backed authentication for workspace access. Public pages can be read without signing in, but generation history, Studio pairing, project state, settings, and subscriptions belong to an authenticated account.
- Use a current email address so account and billing messages can reach you.
- Do not share account credentials, API keys, or OAuth tokens in prompts.
- Sign out on shared devices after using the AI workspace.
Billing
Subscription and payment details are handled through the billing flow rather than static docs pages. Sensitive card details should be handled by the payment provider, not stored in client code.
| Area | Where to manage |
|---|---|
| Subscription | /billing or /subscribe |
| Workspace settings | /settings |
| Public legal terms | /legal/terms |
Data controls
- Use robloxAssetUploadsEnabled to control whether generated assets are uploaded to Roblox.
- Keep Studio mutations behind review when you are unsure about the target or project state.
- Contact support@nexusrbx.com for account, privacy, or deletion requests.
Was this page helpful?