@tn8r/cli
v0.2.0
Published
CLI for [tn8r](https://github.com/tn8r/tn8r) — disposable identities for AI agents.
Readme
@tn8r/cli
CLI for tn8r — disposable identities for AI agents.
For a single-install option that includes this CLI, use tn8r instead.
Install
npm install -g @tn8r/cliCommands
# Create an identity with email + phone + card
tn8r create
# Create with only email
tn8r create --no-phone --no-card
# List all identities
tn8r list
# Read messages (email + SMS)
tn8r messages <identity-id>
# Kill an identity (revoke everything)
tn8r kill <identity-id>
# Emergency: kill ALL identities
tn8r kill --all
# View activity log
tn8r log
# Check provider status
tn8r statusLicense
MIT
