AWS Secrets Manager
List, inspect, retrieve, and manage AWS Secrets Manager secrets.
Tools
| Name | Description |
|---|---|
list_secretsList Secrets Manager secrets without returning secret values. | List Secrets Manager secrets without returning secret values. |
describe_secretRetrieve metadata for one secret without returning its value. | Retrieve metadata for one secret without returning its value. |
get_secret_valueRetrieve sensitive secret material. Requires exact confirmation. | Retrieve sensitive secret material. Requires exact confirmation. |
list_secret_version_idsList version IDs and staging labels for a secret. | List version IDs and staging labels for a secret. |
create_secretCreate a new secret with a string value. Requires exact confirmation. | Create a new secret with a string value. Requires exact confirmation. |
put_secret_valueStore a new version of a secret value. Requires exact confirmation. | Store a new version of a secret value. Requires exact confirmation. |
update_secretUpdate secret metadata and optionally replace its secret string. Requires confirmation when writing secret material. | Update secret metadata and optionally replace its secret string. Requires confirmation when writing secret material. |
delete_secretSchedule a secret for deletion or force delete it. Requires exact confirmation. | Schedule a secret for deletion or force delete it. Requires exact confirmation. |
restore_secretCancel scheduled deletion and restore access to a secret. | Cancel scheduled deletion and restore access to a secret. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-secrets-manager', 'list_secrets', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-secrets-manager',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS Secrets Manager to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does AWS Secrets Manager support?
AWS Secrets Manager supports 9 tools including List Secrets, Describe Secret, Get Secret Value, List Secret Version IDs, Create Secret, and more.
Can I use AWS Secrets Manager with AI agents?
Yes. Add AWS Secrets Manager to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can AWS Secrets Manager be used in stateful agent workflows?
Yes. Agents can combine AWS Secrets Manager tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does AWS Secrets Manager use?
AWS Secrets Manager uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS Secrets Manager integration cost?
The AWS Secrets Manager integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AWS Secrets Manager in minutes
Get 20,000 free action executions every month. No credit card required.