Skip to content

Getting Started

Get up and running with IAM Policy Validator in under 5 minutes.

  • Installation


    Install via pip, uv, or pipx

    Install

  • Quick Start


    Validate your first policy in seconds

    Quick Start

  • First Validation


    Step-by-step tutorial with explanations

    Tutorial

Prerequisites

  • Python 3.10+ — Required for all installation methods
  • pip, uv, or pipx — Package manager of your choice

Fastest Path

# Install
pip install iam-policy-validator

# Validate
iam-validator validate --path policy.json

That's it! You're ready to validate IAM policies.

What's Next?

After installation, you can:

  1. Configure validation rules — Customize checks for your organization
  2. Set up GitHub Actions — Automate validation in CI/CD
  3. Use the Python SDK — Integrate into your applications
  4. Write custom checks — Add organization-specific rules