Store Account Credentials
gv_set_credentialsStore username and password credentials for auto-filling login forms during account sign-in. Use before calling the sign-in tool on a provider with login steps.
Instructions
Store credentials (username/password) for Level 2 form auto-fill.
Credentials are saved in the account's fingerprint bundle (encrypted at rest when encryption is enabled). Use this before calling gv_sign_in on a provider that has login_steps configured.
Args:
account_id: The account id.
credentials: Dict of credential key-value pairs. The keys must match
the credential_key in the provider's login_steps.
Example: {"username": "john", "password": "secret"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| credentials | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |