IAM for AI agents — permission and access control framework
Project description
Agent-Guard
IAM for AI agents — permission and access control framework.
Quick Start
# Install
pip install agent-guard-iam
# Register an agent
agent-guard register --name "my-agent" --role developer --policy-file policy.yaml
# Check permission
agent-guard check --agent-id <id> --resource "send_email"
# List agents
agent-guard list
# View audit log
agent-guard audit
Policy Example
agent_name: "customer-support-agent"
role: "support"
permissions:
- name: "send_email"
type: "tool"
effect: "allow"
constraints:
max_per_hour: 100
- name: "charge_card"
type: "payment"
effect: "deny"
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_guard_iam-0.1.1.tar.gz
(86.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_guard_iam-0.1.1.tar.gz.
File metadata
- Download URL: agent_guard_iam-0.1.1.tar.gz
- Upload date:
- Size: 86.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6152ac0d193969bdcbd453cd782b1b392078ccb5d457092be36b2adccd35346a
|
|
| MD5 |
c2347d5c34324e978230cdf3b5e4ef1d
|
|
| BLAKE2b-256 |
17e29296d2df98f5b3aea2697d4b3eb8821a719ee22c2fb525cf473dd704855c
|
File details
Details for the file agent_guard_iam-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agent_guard_iam-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b698095066c7a981b4a1258250aea2e3373f02bbd984c8ba94baf13d37582a
|
|
| MD5 |
98a09a04d027be52ace64217fe6e590f
|
|
| BLAKE2b-256 |
b612ec13efe13ee3c735d5a8436cfe5a364ede52acaef823fe38ca00c0af7ad9
|