Load a pre-configured set of cookies into the AI agent to automate actions on websites that require a login.
Use credentials
block is a crucial tool for automating websites that require user authentication. It works by loading a stored set of browser cookies into the AI agent’s session, effectively “logging it in” before it visits a website.
This block does not handle the login process itself (typing a username/password). Instead, it uses a pre-existing, valid session that you have saved as a credential.
Use credentials
block to:
cookies.txt
file.Integrations ➙ Website Credentials
section in your Jsonify dashboard.cookies.txt
file to it.Screenshot: Set website credentials block showing a dropdown with 'Pinterest' selected.
Use credentials
block should be placed at the beginning of your workflow, before any navigation blocks like Open Websites
.Open Websites
block navigates to a URL for the same domain (e.g., pinterest.com
), the browser will present these cookies, and the website will recognize the agent as being logged in.Set website credentials Block:
Open Websites Block (added next):
https://www.pinterest.com/YOUR_USERNAME/saved/
).Extract Data Block (added next):
Use credentials
block, this would fail.Open Websites
or other navigation blocks that visit the authenticated site.cookies.txt
file and upload it to the same credential store to update it.