A Zero Trust Cryptographic Certificate Authority SDK for Autonomous AI Agents.
Reason this release was yanked:
Deprecated Alpha Build
Project description
AgentCert 🛡️
The world's first Zero Trust cryptographic identity system for non-human workers.
AgentCert allows autonomous AI agents to securely authenticate with internal APIs using mathematically unforgeable, short-lived X.509 passports.
Installation
pip install agentcert
The "Two-Line" Integration: AgentCert acts as a drop-in replacement for requests.Session. It automatically generates an ephemeral private key, negotiates a passport with the CA, and injects an ECDSA signature into every outbound HTTP request.
from agentcert.langgraph import SecureAgentSession
# 1. Initialize the secure session
session = SecureAgentSession(agent_name="Finance-Bot", budget=500)
# 2. Make an API call (Auto-signs the payload)
response = session.get("[https://api.yourcompany.com/secure-data](https://api.yourcompany.com/secure-data)")
No hardcoded API keys. No leaked secrets. Pure elliptic curve cryptography.
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 agent_ca-0.1.0.tar.gz.
File metadata
- Download URL: agent_ca-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cedd795d5199a8721c02367ca9b8b836d23c230a97e702f683093a5d92a97b55
|
|
| MD5 |
cc40dad178fc0efd0989af3b57dbec70
|
|
| BLAKE2b-256 |
2ce19d672614e5420cb46daa600b4cb57fb4794038559fdb62ae8cc1295a2d42
|
File details
Details for the file agent_ca-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_ca-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02cfe8710aece45f6ab80bef7230ba0d9fb5e4353cc13de6f560448a59e658df
|
|
| MD5 |
d74e859e1fc45d5793d1a60174bc0847
|
|
| BLAKE2b-256 |
540a023922c98bbd79775b9a99d89a03e90ad97c07748841ea990d5575adf454
|