SDK Initialization
Learn how to initialize the WaveAssist SDK in your Python project.Installation
First, install the WaveAssist package using pip:Basic Initialization
Advanced Initialization
You can also specify an environment when initializing the SDK:Configuration Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| token | string | Yes | Your API token for authentication |
| project_key | string | Yes | Your AI assistant project identifier |
| environment_key | string | No | Environment to use (defaults to project_key_default) |

