Connect your Project

The Swing Platform project identifier is used to identify the application integrated with Swing SDK. Using a swing project identifier allows you to manage your configuration in the Swing Platform. With Swing Platform, you and your team can instantly deploy configurations, see live transaction metrics and more. Learn more about Swing Platform.

Get a project identifier

  1. Create a free account with Swing Platform
  2. Setup your project and copy your unique project Identifier.

Configre your project identifier

Add your project identifier when creating a new SDK client:

const swingSdk = new SwingSDK({
  projectId: 'swing-project-id',
});