Make AI Agents can log in websites?

:bullseye: What is your goal?

I want my Make AI Agents log in specific websites (with credentials as sources), then do some actions on them

:thinking: What is the problem & what have you tried?

I haven’t tried anything, I’m asking the community before.

If it’s possible, How to do so? Do you have any advice?

Welcome to the Make community!

BrowserAct is a browser-based automation tool, which allows you to visit and interact with websites (like logging in, clicking on elements, and extracting data).

You can add credentials to BrowserAct workflows and provide instructions in plain English on when to use the credentials. It handles TOTP logins too, if you can provide the secret setup key or QR code.

Screenshot 2026-04-09 081557

Screenshot 2026-04-09 082026

To do this, you can try using the BrowserActRun a Workflow” module —

Starts a new task and returns an ID for tracking its progress.

For more information about the “Run a Workflow” module and the BrowserAct app, see the corresponding Integrations page and the Help Centre documentation.

You can also run your BrowserAct workflows as MCP agents. For more information on how to connect your BrowserAct workflow with any service that support MCP, see https://docs.browseract.com/learn/intergrations/mcp

Hope this helps! If you are still having trouble, please provide more details.

@samliew

@samliew thank you.
Do you have any affiliate program link?

That said, does your answer mean that Make AI Agents cannot log in websites?

@Garry_V A make agent essentially can only make API calls use existing modules in make.com. There is not a proper agent browser login like you could have with a native openclaw or other.

That being said if you setup a workflow in browser act you could then connect that workflow to your make.com agent to accomplish your goal… Although in this use-case the make agent would only be necessary if you needed to run different browser act workflows or have the agent lookup other information before running the workflow.