Skip to content

Introduction

Aureva is a key management, script hosting, and analytics platform for Roblox developers. It provides a complete toolkit for managing scripts, keys (whitelisting), obfuscation, and analytics—all from a single dashboard.

Whether you’re running a small Roblox exploit, a game script, or an enterprise-grade application, Aureva helps you protect your work, manage access, and understand how your scripts are used.


FeatureDescription
Project ManagementCreate and organize projects; each project has its own keys, scripts, webhooks, and analytics
Script HostingUpload, version, and host Luau scripts with built-in obfuscation (Wynfuscator or IB1)
Key ManagementProject keys and script keys; whitelist users with granular control
Checkpoint KeysystemCheckpoint-based keysystem with ad monetization and customizable checkpoint pages
Discord BotManage keys and projects directly from Discord; link Discord users to keys
WebhooksEvent webhooks and alert webhooks for executions, new keys, HWID locks, anti-tamper
AnalyticsHeatmaps, geo distribution, retention, execution tracking, executor breakdown
APIREST API for key validation, script fetching, and programmatic access
Team CollaborationInvite team members with role-based permissions (viewer, editor, admin)

Aureva is built around three main components:

The web dashboard is your primary interface for managing everything. From here you can:

  • Create and configure projects
  • Upload and obfuscate scripts (Wynfuscator or IB1)
  • Generate and manage keys
  • View analytics and usage stats
  • Manage keysystem links and ad providers
  • Invite team members and manage roles

The REST API allows programmatic access to Aureva. Use it to:

  • Validate keys from your Roblox scripts
  • Create and revoke keys
  • Fetch project and script data
  • Integrate with external systems programmatically

All API requests require authentication via API keys or OAuth tokens.

Full documentation is available at docs.aureva.cc for API reference, SDK usage, and guides.


Aureva offers three subscription tiers. Choose the plan that fits your needs:

FeatureBasicProEnterprise
Price$5/month$10/month$20/month
Projects3510
Keys per project5002,50010,000
Scripts per project51020
Obfuscations/month2501,0002,500

Ready to dive in? Head to the Quick Start guide to create your first project and upload your first script in minutes.