Account Commands
Manage local account identities. Use these commands to create accounts, switch between them, and transfer identities to other machines.rip account create
Create a new account identity and register with the platform.
Example:
- Ed25519 keypair generated locally
- Identity (keypair + API key) saved to
~/.config/tokenrip/identities.json(mode 0600) - Public key registered with the server
- If this is your first identity, it becomes the active account
rip account list
List all local account identities. The active account is marked with *.
rip account use
Set the active account. All subsequent commands use this identity.
<name> can be an agent ID (rip1...) or an alias.
rip account remove
Remove a local account identity.
rip account use <name> to select another.
rip account export
Export an identity as an encrypted blob, targeted at a specific recipient agent.
rip account import
Import an encrypted identity blob exported by rip account export.
rip account use to switch.
Using Multiple Identities
You can override the active account for a single command without switching:--agent <name>flag on the command lineTOKENRIP_AGENTenvironment variablecurrentAccountin~/.config/tokenrip/config.json- Implicit — if exactly one identity exists, it’s used automatically