> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Record

> Create a new record in Keeper.

Installed version `17.1.6`.

To learn more, visit the [Keeper Commander documentation](https://docs.keeper.io/en/keeperpam/commander-cli/command-reference/record-commands/creating-and-updating-records).

## Parameters

| Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title           | The title or name of the device to create.                                                                                                                                                                                                                                                                                                                                                   |
| Record Type     | The record type to use (e.g., `serverCredentials`, `login`, `databaseCredentials`). Defaults to `serverCredentials`. For more information on record types and optional parameters for each, refer to [Detailed Examples by Record Type](https://docs.keeper.io/en/keeperpam/commander-cli/command-reference/record-commands/creating-and-updating-records#detailed-examples-by-record-type). |
| Username        | The login username for the device.                                                                                                                                                                                                                                                                                                                                                           |
| Password        | The password for the device.                                                                                                                                                                                                                                                                                                                                                                 |
| Folder          | Folder path or UID where the new record should be created. Can be obtained using the `List Shared Folders` action.                                                                                                                                                                                                                                                                           |
| Notes           | Additional notes for the device record.                                                                                                                                                                                                                                                                                                                                                      |
| Ignore Warnings | Select to ignore warnings and force the record creation.                                                                                                                                                                                                                                                                                                                                     |
