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.0.tar.gz
(38.0 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.0.tar.gz.
File metadata
- Download URL: agent_guard_iam-0.1.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3971c98216aa1a7aa7faad0f3c7c348ffcf84a20492d25e3166829513111a544
|
|
| MD5 |
79950317ee821dabdfa76a4a301ca6b9
|
|
| BLAKE2b-256 |
d504bbde0fdb659491f6e2c1f1b1117a1a7fe43fff19cc93442bcae097a77511
|
File details
Details for the file agent_guard_iam-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_guard_iam-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 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 |
51b3de8a48dea5adbd244ae516738992b7948986ed20f781900d4ea9ed813037
|
|
| MD5 |
2a3daad547cab514ea4a9dc6137242c9
|
|
| BLAKE2b-256 |
c9468ccac6d75fd082e8d13d5b854f4dd5db0b1800b18d0d78b6b5b66d6b8d11
|