Get your API key
- Sign in to the Notte Console
- Navigate to your account settings
- Generate or copy your API key
Environment variable (recommended)
Set theNOTTE_API_KEY environment variable:
Authenticate with the Notte SDK
NOTTE_API_KEY environment variable:
export NOTTE_API_KEY=your_api_key_here
from notte_sdk import NotteClient
client = NotteClient()
from notte_sdk import NotteClient
client = NotteClient(api_key="your_api_key_here")
Was this page helpful?
Suggestions