wire_login
Sign in to a credentials-based site to obtain a credential_id for immediate use with read/write actions. Provide catalog slug and login fields such as email and password.
Instructions
Sign in to a credentials-mode site and get a credential_id usable immediately with wire_read_action / wire_write_action. Provide the catalog slug and login params (the fields that catalog's login schema defines, e.g. email/password — see wire_catalog's login_input_schema). The password is never stored, only the encrypted session. Only needed for actions whose auth_mode is "required", and only for catalogs that support password sign-in; cookie-based sites use the dashboard connect flow instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Login fields defined by the catalog (e.g. { email, password }). Use wire_catalog's login_input_schema to learn the field names. | |
| source_id | No | Optional 1Password identity-source ID (alternative to params). | |
| source_ref | No | Optional 1Password item locator { vault_id, item_id, fields } (use with source_id instead of params). | |
| catalog_slug | Yes | The catalog to sign in to (e.g. "neb"). | |
| identity_name | No | Optional name for the identity. Derived from params in password mode; required when using a 1Password locator. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||