Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Create and Read Secret
Version 1.0.0
Create a new secret, then immediately retrieve its decrypted value to confirm it was stored.
Provider
Workflows
create-and-read-secret
Create a secret and read its value back to verify storage.
Creates a secret from the supplied name and string value, then calls GetSecretValue against the new ARN to confirm the encrypted payload was stored and can be decrypted.
1
createSecret
Create a new secret holding the supplied SecretString value under the requested name.
2
getSecretValue
Retrieve the decrypted value of the secret just created, using its ARN as the SecretId.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.