Podman · Capability
supports a RESTful API for the Libpod library — secrets (compat)
supports a RESTful API for the Libpod library — secrets (compat). 4 operations. Lead operation: List secrets. Self-contained Naftiko capability covering one Podman business surface.
What You Can Do
GET
Secretlist
— List secrets
/v1/secrets
POST
Secretcreate
— Create a secret
/v1/secrets/create
DELETE
Secretdelete
— Remove secret
/v1/secrets/{name}
GET
Secretinspect
— Inspect secret
/v1/secrets/{name}
MCP Tools
list-secrets
List secrets
read-only
idempotent
create-secret
Create a secret
remove-secret
Remove secret
idempotent
inspect-secret
Inspect secret
read-only
idempotent