> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# generate_password

> Generate a secure random password

## Parameters

<ParamField path="length" type="int" default="20">
  The desired length of the password (default: 20)
</ParamField>

<ParamField path="include_special_chars" type="bool" default="True">
  Whether to include special characters (default: True)
</ParamField>

## Returns

`str`:     A secure random password string

## Raises

* `ValueError`: If length is too short to meet security requirements
