secrets_create_secret
Create a secret container in Scaleway Secrets Manager to store sensitive data, tagged for identification. Add secret versions separately.
Instructions
Create a secret.
The secret is tagged created_by=scaleway-mcp so it can later be
identified and safely deleted by this server. Creating a secret only
provisions the container; add a value with create_secret_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the secret. | |
| tags | No | Optional additional tags. | |
| region | No | Region to target. Defaults to the configured region. | |
| project | No | Optional project ID. Defaults to the configured project. | |
| description | No | Optional description of the secret. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||