AI agent instructions
AI agent instructions
Fields
string | undefined
API base URL. Defaults to
NOTTE_API_URL or https://api.notte.cc.string | undefined
API key. Defaults to
NOTTE_API_KEY. Optional only for relative proxy base URLs.number | undefined
Default per-request timeout in milliseconds. Defaults to 60 000, like the Python SDK.
number | undefined
Maximum CAPTCHA wait in seconds, separate from each HTTP timeout. Defaults to 180.
string | undefined
Database preview branch. Defaults to
NOTTE_DB_PREVIEW_BRANCH. Internal.boolean | undefined
Log every request like
NotteClient(verbose=True) in Python.