Authentication with the Narada SDK
The Narada Python SDK uses API key authentication to securely access the Narada platform.The SDK automatically manages browser windows and extension communication,
eliminating the need for manual Browser Window ID management.
API Key
An API Key is required to authenticate your requests to the Narada platform. This key identifies your account and authorizes access to all SDK functionality.How to Obtain Your API Key
1
Navigate to Billing Page
Go to the Narada billing page to create an API key:
Go to Narada Billing Page
2
Create API Key
Click on Create API Key and follow the prompts.
3
Save Your API Key
The SDK automatically reads your API key from the
NARADA_API_KEY
environment variable. Set it up using one of these methods:Set the environment variable (recommended):
The SDK will automatically detect and use this environment variable.
Next Steps
Now that you have your API key configured, you’re ready to:The SDK’s automatic browser window management means you can focus on building
automation workflows without worrying about technical setup details.