Skip to main content

Setting Up Your Account

To use SuperViz Collaboration, you'll need to create an account and obtain a Developer Token. This guide will walk you through the process.

1. Create Your Account

  1. Visit the SuperViz Developer Dashboard.
  2. Fill out the registration form to create your free account.
  3. No credit card is required for registration.

2. Access Your Developer Dashboard

After creating your account, you'll have access to the Developer Dashboard. Here you can:

  • Track usage across all SuperViz products
  • Manage your subscription
  • Generate and manage API keys
  • Configure Webhooks
  • Create and manage security keys

3. Obtain Your Developer Token

The Developer Token is essential for initializing the SDK and associating requests with your account. To get your token:

  1. Log in to the Developer Dashboard.
  2. Navigate to Developer -> Keys.
  3. Copy your Developer Token from this page.
tip

Keep your Developer Token secure and don't share it publicly.

4. Implement the SDK

With your Developer Token in hand, you're ready to start implementing SuperViz Collaboration in your project:

  1. Install the SuperViz SDK in your project.
  2. Use your Developer Token to initialize the SDK in your code.
  3. Follow our Quickstart Guide for detailed implementation instructions.

5. Prepare for Production

Before deploying your application to production:

  1. Upgrade your account to a paid plan.
  2. Add your production domain(s) to the whitelist.
note

localhost is whitelisted by default for development purposes.

Next Steps

Now that your account is set up and you have your Developer Token:

If you have any questions or need assistance, don't hesitate to contact our support team.