import os
from notte_sdk import NotteClient
notte = NotteClient(server_url=os.environ["NOTTE_API_URL"])
# retrieve an existing vault or use console.notte.cc/vaults to create a new one
vault = notte.Vault("<vault_id>"){
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"vault_id": "<string>",
"for_persona": false
}import os
from notte_sdk import NotteClient
notte = NotteClient(server_url=os.environ["NOTTE_API_URL"])
# retrieve an existing vault or use console.notte.cc/vaults to create a new one
vault = notte.Vault("<vault_id>"){
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"vault_id": "<string>",
"for_persona": false
}Documentation Index
Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Name of the vault
Was this page helpful?