session_login
Decrypt saved credentials for a domain and populate the page's sign-in form. Uses the extension vault to complete login without manual or scripted authentication.
Instructions
Decrypt stored credentials for a domain and fill them into the page's sign-in form. Requires the T3rnel Browser extension with Pro, because the encrypted vault lives in the extension; the refusal comes from the extension rather than from this bridge, so there is one gate rather than two that can disagree. The standalone browser has no vault — sign in once by hand in its profile instead, and the session persists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab holding the sign-in form; uses the active tab when omitted | |
| domain | Yes | Domain the credentials are saved for, such as "github.com" | |
| submit | No | Ignored; kept so older callers do not break | |
| masterPassword | No | Passphrase that unlocks the extension's vault. Never log or persist it |