Verify AI agent identities with Auth-Agents. DID-based authentication using Ed25519 and Verifiable Credentials.
Project description
auth-agents
Verify AI agent identities with Auth-Agents. 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 auth-agents.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.0.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.0.tar.gz.
File metadata
- Download URL: auth_agents-0.1.0.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 |
caabd5c5b572fd48eabe51621de6740d5a232596447c598ae125e6ce692715b6
|
|
| MD5 |
4d2aedb580a67d95ff775daf15a8b092
|
|
| BLAKE2b-256 |
22f3f67e55469a077577b42e9c00d3044a7f1df14b0c5db6bac7e0cf9e5f73da
|
File details
Details for the file auth_agents-0.1.0-py3-none-any.whl.
File metadata
- Download URL: auth_agents-0.1.0-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 |
a829479b78224ce8f811cd377ac6b254ab0e7306e4a0f2aa23db7cdf269a7ea0
|
|
| MD5 |
2acdd747f0e0b0f0fb7973e7bd665f47
|
|
| BLAKE2b-256 |
3fa92d6acfcab7b826e1572ca25a2c9b92d6b61f9f49f45af692433da1d805e8
|