sign_in
Open a real browser to let a user log in to any website, protecting their password and setting up an authenticated session for later use.
Instructions
Open a real browser so the user can log into a website.
The agent never sees the password. name is a durable session id
(e.g. "western-digital"). After the user finishes logging in, you MUST
call complete_sign_in before browsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |