itglue_create_password
Create a new password entry in IT Glue by specifying organization, name, credentials, and optional details like URL or notes for secure documentation.
Instructions
Create a new password entry in IT Glue.
Args:
organization_id (number): Organization ID (required)
name (string): Password entry name (required)
password_category_id (number): Category ID
username (string): Username
password (string): Password value
url (string): Associated URL
notes (string): Notes
password_folder_id (number): Folder ID
response_format (string): 'markdown' or 'json'
Returns: The created password entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID (required) | |
| name | Yes | Password entry name (required) | |
| password_category_id | No | Password category ID | |
| username | No | Username | |
| password | No | Password value | |
| url | No | URL associated with this password | |
| notes | No | Notes | |
| password_folder_id | No | Password folder ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |