import waveassist# Initialize with specific environmentwaveassist.init( token="your-api-token", project_key="your-project-id", environment_key="production")
If no environment is specified, the SDK will default to the environment configured as the default in your project settings or the environment the code is running on.