Authentication
How to authenticate on any website using Dendrite Vault
Our Dendrite CLI enables you to securely to share your website permission with your AI agent, mirroring the access you have in your local browser. Everything is stored locally ensuring that no one else other than you has access to the authenticated sessions.
Run Command
First, run the following command in the terminal dendrite auth --url <url>
where url is the website you want your agent to be authenticated against. For example dendrite auth --url mail.google.com
. This will open up a browser at that url.
Login and Save Auth Session
In the newly opened browser login into the service. When you are done go back to the terminal where you ran the command and press enter to save the seession. extension icon and press Save authentication session
Authenticate in Script
Once your session has been saved, you can use it in your Dendrite browser like this:
Example: Authenticating on Instagram
To log in to instagram with your agent your need to:
Log in to Instagram in your Local Browser
Save your Authentication Session
Use the Dendrite CLI to save an authenticated session with Dendrite. Run the following command dendrite auth --url instagram.
and login with your credentials.
Use with Dendrite
Initiate your Dendrite browser with an authenticated session.
Let’s scale up
Remote Browser
Use a remote browser to run web automations in the cloud