Skip to main content
onePassword.generatePassword generates a memorable password, PIN, or random password locally.

Example

automations/onepassword-generate-password.automation.ts

Inputs

recipe uses the official SDK discriminated union for Memorable, Pin, or Random generation. Every input accepts a compatible signal. Account-backed actions accept an optional second argument { account } to select a named binding.

Output

Returns { password }. The output is sensitive. This action does not use an integration account.