← All widgetsTier 1Health & Utility

Password Generator

Secure password maker.

Generates a strong random password of a chosen length.

type · password_generator
Runs entirely in the shell — no backend needed.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
generate a 20-character password

Example

The agent returns this A2UI component (inside the components array of a /chat response):

password_generator.json
{
  "type": "password_generator",
  "length": 20
}

Properties

PropTypeDescription
lengthnumberPassword length

Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.