Account settings

Manage your personal account settings including profile, security, and API keys

Access your account settings by clicking on "Account" or going to app.rybbit.io/settings/account.

account settings

Account

Name

Update your display name shown across the platform. This name is visible to other members in your organization.

Email

Update your email address for account notifications and login. This is the primary email associated with your account.

Weekly Email Reports (Cloud)

Enable or disable automatic weekly email reports. When enabled, you'll receive a summary of your analytics performance delivered to your inbox each week.

Sign Out

Sign out of your current session.

Security

Change Password

Update your password to keep your account secure.

Delete Account

Permanently delete your account and all associated data.

This action cannot be undone. If you have an active subscription, you must cancel it before deleting your account.

API Keys

Generate API keys to access Rybbit's analytics endpoints from your applications.

Creating an API Key

  1. Enter a name for your API key (e.g., "Production App", "Development")
  2. Optionally enable Restrict permissions to limit the key to specific resources. Leave it off for a full-access key that can do everything you can.
  3. Click "Create"
  4. Copy and save the generated key immediately

On Rybbit Cloud, API keys require a Standard or Pro plan. On a free plan you'll see an upgrade prompt in place of the creation form.

API keys are only shown once when created. Store your key securely as you won't be able to view it again.

Managing API Keys

Your existing API keys are displayed in a table showing:

  • Name - The name you assigned to the key
  • Key - A preview of the key (first few characters)
  • Permissions - Whether the key has full access or is restricted to specific scopes
  • Created - When the key was created
  • Last used - When the key last made a request

You can delete API keys that are no longer needed. Deleting a key immediately revokes access for any applications using it.

Using API Keys

Include your API key in requests to Rybbit's API endpoints. See the API documentation for available endpoints and usage examples.

On this page