Create a Wristband Application

Applications are the start of everything when setting up Wristband.

Our Setting up your Wristband Account tutorial (Steps 2 and 3) provides a quick overview of the dashboard homepage as well as how to create your first application.


Creating Your App in the Dashboard

Click on the "Add Application" button.

You will see a modal open that will guide you through setting up your application.

Within the modal you will see two main steps before confirming to create the application.

Wristband Dashboard Home Page

Create a New Application

  1. Provide a Display Name, this will be the name you will see in the dashboard.
  2. Insert a domain name that your application will be associated with. Use a name that makes sense and is easy to manage.
  3. Optionally, you may enable production environment validations however, for development purposes we will keep this disabled.
Create Application Modal in Wristband

Application Login URL

Provide an login URL that you will be using for your application. This can be http://localhost:3001 or a fully validated domain.

Step 2 - provide application login URL

Finalize Application Setup

Once your have completed the above steps you will reach a confirmation with all the details you have provided.

Step 2 - provide application login URL

If you are satisfied with the configuration, click the "Create" button.

Success! You've created your first app.


Copy Application Vanity Domain

Next, go to your application, you will see "Application Settings" as your main page. From this page you will see details for Application Vanity Domain. Copy this value as it will be needed when you configure the Wristband Auth SDK later in the quick start.


After creating your application, you will need to create an OAuth2 Client to establish communication between your app and Wristband.


Whatโ€™s Next