# Password Generator Tool Node

> Generates a random secure password

**URL:** https://caywork.com/learn/docs/node/password_generator_node

## Content

The Password Generator Node is responsible for generates a random secure password. This node allows the agent to provide informative data directly sourced from Password Generator.

### Input Parameters
- **length**: The length of the password. Defaults to 12.
- **include_special**: Whether to include special characters. Defaults to True.

### Output
dict: A dictionary containing the generated password.