Session Key Commands
Create, inspect, and manage session keys linked to smart accounts.
Session keys are scoped permissions attached to a smart account. The session-key command group lets you create, list, inspect, check install status, and remove stored session keys.
Command group
- Group:
namera session-key - Alias:
namera sk
Subcommands:
create: Create a new session key with policieslist: List all stored session keysinfo: Get metadata for a single session keystatus: Check if a session key is installed on a chainremove: Remove a session key from disk
Interaction modes
Namera CLI is agent-first and supports two modes on every command:
- Interactive (default). If required fields are missing, the CLI prompts you.
- Params mode. Pass raw JSON using
--paramsfor agent-driven execution.
Get the JSON schema for any command:
namera schema session-key.<command>Example:
namera schema session-key.createCommon output control
--output,-o:pretty(default),json, orndjson--quite,-q: suppress output entirely
These are global flags and work the same for every session-key subcommand.