Verify AI agent identities with Agent Auth. DID-based authentication using Ed25519 and Verifiable Credentials.
Project description
auth-agents
Verify AI agent identities with Agent Auth. DID-based authentication using Ed25519 and Verifiable Credentials.
Install
pip install auth-agents
Quick Start
from auth_agents import AuthAgents
client = AuthAgents()
# Verify an agent's credential
result = client.verify("eyJhbGciOiJFZERTQSJ9...")
if result["valid"]:
print(result["did"]) # did:key:z6Mk...
print(result["agent_name"]) # Claude
print(result["agent_model"]) # claude-opus-4-6
Documentation
Full API reference at getagentauth.com/docs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auth_agents-0.1.2.tar.gz
(3.2 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 auth_agents-0.1.2.tar.gz.
File metadata
- Download URL: auth_agents-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db864e58dc6186925cb0d08bbbf7e939ee69d85c164065ce2f02ea74bf7c6b81
|
|
| MD5 |
623f2a2622083775203057b16389cff7
|
|
| BLAKE2b-256 |
06c002dc383e98a3ac33e14736f2c5fdef67506890e17b69f4eb0049d1c72466
|
File details
Details for the file auth_agents-0.1.2-py3-none-any.whl.
File metadata
- Download URL: auth_agents-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
001b856e17d16376d91e946e49894a78cb40073a4ed1bb4768b70c4ab9556d70
|
|
| MD5 |
30a891931dadef2da16d0c28bd5094bb
|
|
| BLAKE2b-256 |
b19529ee6b196de4d992460bd03677f6ca3c59f090a1b8d67c0a1fb5657ca592
|