create_password
Create a password record in IT Glue to store credentials and optionally associate username, URL, notes, and a TOTP secret for two-factor authentication.
Instructions
Create a new password entry in IT Glue.
Args: organization_id: Organization ID (required) name: Password entry name (required) password: The password value (required) username: Associated username url: Associated URL password_category_id: Password category ID password_folder_id: Password folder ID notes: Additional notes resource_type: Related resource type (e.g., 'Configuration') resource_id: Related resource ID otp_secret: TOTP secret key (Base32 encoded, min 16 chars) for 2FA
Returns: JSON string with the created password entry (password value not included)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | Yes | ||
| notes | No | ||
| password | Yes | ||
| username | No | ||
| otp_secret | No | ||
| resource_id | No | ||
| resource_type | No | ||
| organization_id | Yes | ||
| password_folder_id | No | ||
| password_category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |