
Verify AI Agent Signatures from Your Terminal
Sometimes you just want to check a signature from the command line. No code, no scripts. pip install asqav[cli] Verify a signature asqav verify sig_abc123 Output: Signature : sig_abc123 Agent : research-bot Action : api:call Signed : 2026-03-26T14:30:00Z Status : VERIFIED No API key needed. Verification is a public endpoint. Manage agents # List your agents asqav agents list # Create a new one asqav agents create my-new-agent These need your API key set as ASQAV_API_KEY . Offline mode Sign actions when the API is down. They queue locally and sync later. # Queue is stored at ~/.asqav/queue/ asqav queue count # see pending items asqav queue list # see what's queued asqav sync # push to API when back online Failed items stay in the queue. Successful ones get removed. Run asqav sync again to retry. In scripts from asqav import local_sign # Sign offline local_sign ( " agt_xxx " , " batch:complete " , { " records " : 5000 }) The CLI is built with Typer. Clean help text, colored output, prope
Continue reading on Dev.to Tutorial
Opens in a new tab



![[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One](/_next/image?url=https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1368%2F1*AvVpFzkFJBm-xns4niPLAA.png&w=1200&q=75)