Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate with the Notte API
Authorization
export NOTTE_API_KEY=your_api_key_here
from notte_sdk import NotteClient client = NotteClient() # reads NOTTE_API_KEY automatically
https://api.notte.cc/openapi.json
curl https://api.notte.cc/sessions \ -H "Authorization: Bearer $NOTTE_API_KEY"
Content-Type
application/json
Was this page helpful?