How can we help?

Search guides, tutorials, and feature documentation.

Settings and security

The Settings area controls workspace identity, security, and integrations.

The Settings page with Profile, Billing, Security, Appearance, and Player tabs

Profile

Update your:

  • Display name
  • Email address
  • Avatar
  • Password (if using email/password auth)

If you signed up via SSO, password changes happen in your identity provider.

Workspace settings

  • Workspace name
  • Workspace slug (used in public URLs)
  • Default privacy for new videos
  • Default player config

Changing the slug will break existing public links. Use with caution.

Player config

See Branding the player for logo, colors, and domain restrictions.

Webhooks

  1. Go to Settings → Webhooks.
  2. Add an endpoint URL.
  3. Select events to subscribe to:
    • video.ready
    • collection.viewed
    • test.completed
    • certificate.issued
  4. Relay sends a signed POST request to your URL for each event.

Verifying webhook signatures

Relay includes an X-Relay-Signature header. Verify it with your webhook secret to ensure the request came from Relay.

API keys

Some advanced integrations use API keys. Manage keys from Settings → API. Rotate keys regularly and revoke unused ones.

Security tips

  • Use strong, unique passwords.
  • Enable SSO when available.
  • Only invite people who need access.
  • Review team members monthly.
  • Rotate API and webhook keys after team changes.