AI agent instructions
AI agent instructions
Get your API key
Get an API key from the Notte Console. Keep it on your server; do not expose it in browser bundles or commit it to source control.Environment variable
SetNOTTE_API_KEY in your server environment. NotteClient reads it automatically when no API key is provided in its configuration.
Client configuration
PassapiKey in the client configuration to override the environment variable. See NotteClientConfig for the generated options.
The API URL defaults to https://api.notte.cc. Override it with NOTTE_API_URL or the client’s baseUrl option. An explicit non-empty option takes precedence over the environment variable.