Contract Testing: Create Secret
contract-testing_create_secretCreate a secret for webhook authentication by providing a name and value. Optionally add a description or assign to a team.
Instructions
Create a new secret for use in webhook authentication.
Toolset: Secrets
Parameters:
name (string) required: Name of the secret
value (string) required: Value of the secret
description (string): Description of the secret
teamUuid (string): UUID of the owning team (cannot be changed after creation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the secret | |
| value | Yes | Value of the secret | |
| teamUuid | No | UUID of the owning team (cannot be changed after creation) | |
| description | No | Description of the secret |