Create a new Keys instance.
Function for making API requests
Create a new key.
The key data including name, teamId, typeName and parameters
Promise with the created key
Delete a key.
The key ID to delete
Promise that resolves when the key is deleted
Get details of a specific key.
The key ID to retrieve
Optional
options: GetKeyOptions<C>Optional parameters for filtering the returned fields
Promise with the key details
List keys for a team.
The team ID to list keys for
Optional
options: ListKeysOptions<C>Optional parameters for filtering
Promise with the list of keys
Update an existing key.
The key ID to update
The key properties to update
Promise with the updated key
Class providing methods for working with Make keys. Keys allow secure storage of sensitive information like API keys, passwords, and tokens that can be used in apps without exposing the actual values.