Skip to main content
The CLI is the fastest way to use @dzapio/ai without writing app code.

Command names

All three names map to the same binary:
dzap
dzapai
DzapAI

What you get

  • Startup password prompt
  • Wallet profile bootstrap (wallet, chain, blockchain, privateKey)
  • Persistent local config at ~/.dzapai/config.json
  • Tool-step streaming and optional debug output
  • Explicit confirmation handling for interactive actions

First run

export OPENAI_API_KEY=sk-...
export DZAP_STARTUP_PASSWORD=alohomora
dzap
Example session:
>> /tools
>> /set wallet 0xYourAddress
>> /set chain 42161
>> show my balances

Core commands

Interactive shell

Full slash-command reference and usage flow.

Configuration

Environment variables and runtime settings.

Non-interactive usage

For one-shot or scripted workflows, use the SDK or HTTP endpoint directly. See Ask mode for patterns.
Last modified on May 26, 2026