login
Authenticate to websites automatically using 1Password credentials. Detects login forms, fills credentials, handles MFA/2FA with TOTP, and returns authenticated page content.
Instructions
Auto-login to a website using 1Password credentials.
Detects login form, retrieves credentials from 1Password, fills and submits, handles MFA/2FA with TOTP. Returns the authenticated page content.
Requires: 1Password CLI (op) installed and authenticated.
Returns: Final page content after login (markdown-converted).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | No | ||
| session | No | Named session to store authenticated cookies in after login. When set, the login flow uses the session's isolated cookie jar. All `Set-Cookie` headers from the login flow are automatically stored in the jar and will be sent on subsequent `fetch` or `submit` calls that use the same session name — no manual cookie extraction needed. Session names: 1-64 chars, alphanumeric + hyphens + underscores. | |
| url | Yes |