> ## 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.

# add_credentials

> No description available

## Parameters

<ParamField path="url" type="str" required />

<ParamField path="email" type="NotRequired[str]" required>
  The email address used for login. Cannot be used with username.
</ParamField>

<ParamField path="username" type="NotRequired[str]" required>
  The username used for login. Cannot be used with email.
</ParamField>

<ParamField path="password" type="str" required>
  The password for the account. Required.
</ParamField>

<ParamField path="mfa_secret" type="NotRequired[str]" required>
  Optional MFA/2FA secret key for generating one-time codes.
</ParamField>

## Returns

`None`
