keymanager

Command documentation for Scaleway Key Manager, a service for storing cryptographic keys. The keys can be used to encrypt or decrypt data, sign or verify messages, or create temporary data-encryption keys.

In plain words
What is it for?
Use it to create and configure encryption or signing keys in a Scaleway project and region, including AES-GCM, RSA, and selected post-quantum algorithms.
Why use it?
It provides the commands and settings needed to create keys for protecting data and checking that messages came from a trusted source. It also lists supported symmetric and asymmetric encryption choices.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/scaleway/scaleway-cli/keymanager
Clone the repo
git clone --depth 1 https://github.com/scaleway/scaleway-cli
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.03278
Opus 5 $0.00000 $0.01639
Sonnet 5 $0.00000 $0.00656
Haiku 4.5 $0.00000 $0.00328

Measured 2d ago against content hash 0d79278b7b4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

keymanager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to function — 716 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

docs/commands/keymanager.md · 344 lines

How it starts

The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Documentation for scw keymanager

This API allows you to conveniently store and use cryptographic keys.

Key management commands

Keys are logical containers which store cryptographic keys.

Create a key

Create a key in a given region specified by the region parameter. You can use keys to encrypt or decrypt arbitrary payloads, to sign and verify messages or to generate data encryption keys. Data encryption keys are not stored in Key Manager.

Usage:

scw keymanager key create [arg=value ...]

Arguments:

Name Description Argument Specifications
project-id Project ID to use. If none is passed the default project ID will be used
name (Optional) Name of the key
usage.symmetric-encryption Encrypt and decrypt arbitrary payloads using a symmetric encryption algorithm. One of: unknown_symmetric_encryption, aes_256_gcm
usage.asymmetric-encryption Encrypt and decrypt arbitrary payloads using an asymmetric encryption algorithm. One of: unknown_asymmetric_encryption, rsa_oaep_2048_sha256, rsa_oaep_3072_sha256, rsa_oaep_4096_sha256, ml_kem_768, ml_kem_1024
usage.asymmetric-signing Sign and verify arbitrary messages using an asymmetric signing algorithm. One of: unknown_asymmetric_signing, ec_p256_sha256, ec_p384_sha384, rsa_pss_2048_sha256, rsa_pss_3072_sha256, rsa_pss_4096_sha256, rsa_pkcs1_2048_sha256, rsa_pkcs1_3072_sha256, rsa_pkcs1_4096_sha256, ml_dsa_44, ml_dsa_65, ml_dsa_87
description (Optional) Description of the key
tags.{index} (Optional) List of the key's tags
rotation-policy.rotation-period Rotation period
rotation-policy.next-rotation-at Key next rotation date
unprotected (Optional) Defines whether key protection is applied to a key. Protected keys can be used but not deleted
origin Key origin One of: unknown_origin, scaleway_kms, external
region Region to target. If none is passed will use default region from the config Default: fr-parOne of: fr-par, nl-ams, pl-waw

Read the full file on GitHub · 344 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 344 lines · 0 tokens per session scan A 0d79278b7b4e

Subscribe to this mod's changes

keymanager is a command published in the GitHub repository scaleway/scaleway-cli (996 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,278 tokens. A static security scan graded it A with 0 findings. It is 88% identical to function, differing in 716 lines, and is treated as a copy.