Setup
Create an Item in 1Password
- Go to my.1password.com
- Open an existing vault or click New Vault to create one
- Click New Item and choose a category (e.g. Login or Password)
- Fill in the fields you want to retrieve (e.g. a field named
password) - Save the item and note the vault name, item name, and field name — you’ll use these in
secure_parameters
Get Service Account Token
- Go to my.1password.com
- Create a service account
- Copy the token
Configure Environment
Add it directly on the Integrations page of the dashboard, or if you are running locally, add to your.env file:
Usage
Move parameters frominput_parameters to secure_parameters:
Before:
Properties
| Property | Description |
|---|---|
vault_name | 1Password vault name |
item_name | Item name in vault |
field_name | Field to retrieve |
type | Set to "totp_secret" to generate TOTP codes |
digits | Required when type is "totp_secret" (e.g., 6) |