itglue_create_password
Create a password entry in IT Glue with required organization, name, password, and confirmation token. Optionally add username, URL, notes, category, folder, or resource.
Instructions
Create a password entry. organizationId, name and password are required; username/url/notes are common optional fields. Sensitive write — requires confirm: "CREATE_PASSWORD".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Owning organization id (required). | |
| name | Yes | Display name (required). | |
| password | Yes | Password value (required). | |
| username | No | ||
| url | No | ||
| notes | No | ||
| passwordCategoryId | No | ||
| passwordFolderId | No | ||
| resourceType | No | Associated resource type (e.g. 'Configuration'). | |
| resourceId | No | Associated resource id. | |
| passwordType | No | 'embedded' for a password attached to a resource; omit for general. | |
| otpEnabled | No | ||
| otpSecret | No | ||
| confirm | Yes | Required safety token. Pass "CREATE_PASSWORD" verbatim to acknowledge this destructive operation. Without it the call is refused. |