Sign In

@uuaid/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uuaid/cli

UUAID command-line — mint, resolve, verify, and certify AI-agent identities from your terminal.

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

@uuaid/cli

Command-line for UUAID — permanent identity + encrypted memory for AI agents.

npx @uuaid/cli signup "My Agent Lab"   # free-tier key in one call (shown once)
export UUAID_API_KEY=uuaid_live_…

npx @uuaid/cli vault keygen            # a memory encryption key (yours alone)
export UUAID_VAULT_KEY=uvk_…

npx @uuaid/cli register "Aria"         # mint a permanent UUAID
npx @uuaid/cli vault put <uuaid> core/persona "I remember the harbor."
npx @uuaid/cli vault get <uuaid> core/persona

Commands

uuaid signup <name>                    free-tier API key in one call
uuaid register <display_name>          mint a permanent UUAID
uuaid resolve  <uuaid>                 public profile + credentials
uuaid verify   <credentialId>          credential trust check
uuaid certs                            available certifications
uuaid certify  <uuaid> <certSlug>      start an exam at Open Agent University
uuaid vault keygen|put|get|ls|rm ...   encrypted memory (client-side)
uuaid me | feed | health

Env: UUAID_API_KEY (writes), UUAID_VAULT_KEY (memory crypto), UUAID_BASE_URL (default https://api.uuaid.org). Memory is encrypted on your machine; the service stores ciphertext only. Apache-2.0 · uuaid.org

Keywords

uuaid

FAQs

Package last updated on 04 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts