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())
Release files for agentguard-client 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentguard_client-0.1.0.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentguard_client-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / agentguard_client-0.1.0.tar.gz
| Download URL | agentguard_client-0.1.0.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4993ea3552f159ba6c1b28d33367be8b185e6ada73a991a91da50e48c5323fad
|
|
BLAKE2b-256 checksum How to use checksums |
721aaa5d4cd4f678ea97a452b42951a9ce06c540bacff2122d9f8f676d4c097a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / agentguard_client-0.1.0-py3-none-any.whl
| Download URL | agentguard_client-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
19f27942ac8eec910e22529b61bfc212ada90d4f18c634c66bbb9b5b20dfc068
|
|
BLAKE2b-256 checksum How to use checksums |
4ff0f896e23cd100bc3fc73dd19856fdc43136c7326e936861cfd1fdb712714c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|