create-secret
Add a new secret to a specified project and environment in Infisical, defining its name, value, and path for secure storage and management.
Instructions
Create a new secret in Infisical
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentSlug | Yes | The slug of the environment to create the secret in (required) | |
| projectId | Yes | The ID of the project to create the secret in (required) | |
| secretName | Yes | The name of the secret to create (required) | |
| secretPath | No | The path of the secret to create (Defaults to /) | |
| secretValue | No | The value of the secret to create |