Python SDK for AgentGuard — secure API calls for AI agents
Project description
AgentGuard Python SDK
Python SDK for AgentGuard — secure API calls for AI agents without handling real API keys.
Installation
pip install agentguard
Quick Start
from agentguard import AgentGuardSession
# Initializes session — prompts for credentials if not found in env vars or config
session = AgentGuardSession()
# Make secure API calls routed through AgentGuard proxy
response = session.post(
"https://api.tavily.com/search",
credential_id="your_credential_id",
json={"query": "hello"}
)
print(response.json())
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
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 agentguard_client-0.1.0.tar.gz.
File metadata
- Download URL: agentguard_client-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4993ea3552f159ba6c1b28d33367be8b185e6ada73a991a91da50e48c5323fad
|
|
| MD5 |
939fbc46bdefb4d5fbfa5e56fef3783b
|
|
| BLAKE2b-256 |
721aaa5d4cd4f678ea97a452b42951a9ce06c540bacff2122d9f8f676d4c097a
|
File details
Details for the file agentguard_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentguard_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f27942ac8eec910e22529b61bfc212ada90d4f18c634c66bbb9b5b20dfc068
|
|
| MD5 |
e84af8fa3917922892e0fa69394f7b35
|
|
| BLAKE2b-256 |
4ff0f896e23cd100bc3fc73dd19856fdc43136c7326e936861cfd1fdb712714c
|