dzap, dzapai, and DzapAI.
Input types
| Input | Behavior |
|---|---|
| Plain text | Sent to ZapBot |
/command | Handled directly by the CLI |
Common slash commands
/help
/help
Show available commands.
/tools
/tools
List current tool catalog names.
/tool <Name> [JSON]
/tool <Name> [JSON]
Execute a tool directly with optional JSON input.
/debug <on|off|show>
/debug <on|off|show>
Toggle or inspect verbose tool payload output.
/confirmmode <on|off|show>
/confirmmode <on|off|show>
Enable or disable interactive transaction confirmations.
/profile
/profile
Show current profile values.
/set wallet|chain|blockchain|privatekey <value>
/set wallet|chain|blockchain|privatekey <value>
Update active wallet profile fields.
/session show|new|history
/session show|new|history
Inspect or rotate chat sessions.
/save, /init, /clear, /exit
/save, /init, /clear, /exit
Persist config, reinitialize, clear screen, or exit.
Confirmation behavior
For interactive execution flows, the CLI can present a confirmation card before completing the action. Use/confirmmode on to force prompts, or /confirmmode off to disable them.
Typical workflow
Tips
- Use
/tool PriceTool {"tokenAddresses":"0xA0b8...","chainId":1}for direct tool debugging - Use
/debug onwhen inspecting structured step payloads - Use
/session newbefore switching users/accounts