Contexts API
Update Context
PUT
/
v1
/
contexts
/
{id}
Authorizations
X-BB-API-Key
string
headerrequiredYour Browserbase API Key.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requireduploadUrl
string
requiredAn upload URL to upload a custom user-data-directory.
publicKey
string
requiredThe public key to encrypt the user-data-directory.
cipherAlgorithm
string
requiredThe cipher algorithm used to encrypt the user-data-directory. AES-256-CBC is currently the only supported algorithm.
initializationVectorSize
integer
requiredThe initialization vector size used to encrypt the user-data-directory. Read more about how to use it.
Was this page helpful?