Manage Applications
Create, select, and configure your applications from the seller panel.
Application Credentials
Each app has credentials shown after you click Select:
- Application Name — sent as
namein every API request - Owner ID — 10 characters, sent as
ownerid - Application Secret — HMAC signing key (server-side only, never in client)
- Application Version — must match client
veron init
INFO
Not every language needs every credential. C++ typically uses name, ownerid, version, API URL, and Ed25519 public key.
Creating An Application
Go to Manage Apps → Create Application. Enter a unique name and confirm.
Selecting An Application
Click Select on an app row. The sidebar expands with Licenses, Users, Settings, etc.
Until you select an app, only Manage Apps and global links are visible in the sidebar.
Renaming An Application
Use the Rename button on the app card. Existing keys and users stay attached to the same app ID.
Pausing An Application
Pause blocks all logins until unpaused. Useful for maintenance without deleting data.
Refreshing Application Secret
Generates a new secret — update any server-side HMAC integrations. Client SDKs using ownerid/name are unaffected.
Deleting an Application
Permanent. Removes keys, users, sessions, and all data tied to that app.