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.1.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.1.tar.gz.
File metadata
- Download URL: auth_agents-0.1.1.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 |
4a4763336584fba25fff4bdbc8a4af99c54caa3b587434d830525fbb1668b45c
|
|
| MD5 |
316112ab7299572d10f03e31a3252e29
|
|
| BLAKE2b-256 |
bb8686afe23ab3918a01d6462482011a4ec9558895fc30a983b5222374542551
|
File details
Details for the file auth_agents-0.1.1-py3-none-any.whl.
File metadata
- Download URL: auth_agents-0.1.1-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 |
d0f4941c952dd7043bda00a005fff861d494570c66787611a9ce56e3bdc1e979
|
|
| MD5 |
035e591d446051c02aadbebc9643a01f
|
|
| BLAKE2b-256 |
4cf567b4f31402fbd64e9f6e3314e8c80b04546fbd5a3be18a5f483c24a227b4
|