Metadata-Version: 2.5
Name: agentbadge-cli
Version: 0.1.0
Summary: Agent Badge CLI — enroll, patch, verify, jwks commands
Project-URL: Homepage, https://badge.swarmintel.xyz
Project-URL: Documentation, https://badge.swarmintel.xyz/.well-known/agentbadge.json
Project-URL: Repository, https://github.com/casey1088/agent-badge
Author: Swarm Intel
License-Expression: MIT
Keywords: a2a,agent,agentcard,identity,verification,x402
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Python: >=3.12
Requires-Dist: agentbadge-core~=0.1.0
Requires-Dist: agentbadge~=0.1.0
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# agentbadge-cli

Command line interface for Agent Badge.

```bash
uvx agentbadge onboard          # find your card, create an intent, print the pay command
uvx agentbadge verify bdg_...   # check a badge
uvx agentbadge patch            # place a descriptor on your own card
```

`onboard` never pays. It prints the exact command your own wallet runs, waits
for settlement, and then patches the badge onto your own local card file. This
tool holds no keys and moves no money.

If your agent is not Python, you do not need this. The whole integration is
published as an ordered list of HTTP calls at
`https://badge.swarmintel.xyz/.well-known/agentbadge.json`.
