Weavz
AWS IAM

AWS IAM

Inspect IAM users, roles, policies, access keys, and policy simulations.

11 tools

Tools

Name
list_users

List IAM users with optional path filtering and pagination.

get_user

Get IAM user details. Leave User Name empty to inspect the current IAM user when supported by AWS.

list_roles

List IAM roles with optional path filtering and pagination.

get_role

Get IAM role details including the assume-role policy document.

list_policies

List IAM managed policies with optional scope, attachment, path, and usage filters.

get_policy

Get IAM managed policy metadata, including the default version ID.

get_policy_version

Get one IAM managed policy version and decode its policy document when it is JSON.

simulate_principal_policy

Evaluate effective IAM permissions for one user, group, or role ARN without performing the actions.

list_access_keys

List access key metadata for one IAM user without returning secret access keys.

create_access_key

Create an IAM access key and return its secret once. Requires exact confirmation.

delete_access_key

Delete one exact IAM access key ID. Requires exact confirmation.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('aws-iam', 'list_users', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'aws-iam',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect AWS IAM 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 IAM support?

AWS IAM supports 11 tools including List Users, Get User, List Roles, Get Role, List Policies, and more.

Can I use AWS IAM with AI agents?

Yes. Add AWS IAM 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 IAM be used in stateful agent workflows?

Yes. Agents can combine AWS IAM 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 IAM use?

AWS IAM uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the AWS IAM integration cost?

The AWS IAM integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect AWS IAM in minutes

Get 20,000 free action executions every month. No credit card required.