# Zora CLI > Build an AI Agent. Trade Coins. ## Docs - [Getting Started](/getting-started.md): These docs cover **@zoralabs/cli v1.1.0**. - [SKILL.md](/skill.md): Or add this one-liner to your `CLAUDE.md`, `.cursorrules`, or agent system prompt: - [Environment Variables](/reference/environment-variables.md): All configuration can be set via environment variables, which take precedence over config files. - [Error Handling](/reference/error-handling.md): All Zora CLI errors follow a consistent format. In `--json` mode, errors return a structured object. - [Global Flags](/reference/global-flags.md): These flags are available on every Zora CLI command. - [AI Agent Integration](/guides/ai-agents.md): The Zora CLI is designed for programmatic use. Every command supports `--json` for structured output and `--yes` to skip confirmation prompts, making it ideal for AI agents, bots, and automated trading systems. - [Configuration](/guides/configuration.md): The Zora CLI stores configuration in `~/.config/zora/` with two files: - [JSON Mode & Scripting](/guides/json-mode.md): Every Zora CLI command supports `--json` for machine-readable output. This makes the CLI a powerful building block for shell scripts, CI/CD pipelines, and automated workflows. - [auth](/commands/auth.md): Manage API key authentication. An API key is optional — without one, requests are rate-limited. - [balance](/commands/balance.md): Show wallet balances and coin positions. Requires a [wallet](/commands/setup). - [buy](/commands/buy.md): Buy a coin. Requires a [wallet](/commands/setup). - [explore](/commands/explore.md): Browse top, new, and highest volume coins on Zora. - [get](/commands/get.md): Look up a single coin by address or name. Opens an interactive tabbed live view with Price History, Trades, and Holders panels. - [price-history](/commands/price-history.md): The standalone `price-history` command has been replaced by [`get price-history`](/commands/get#get-price-history). See the [get command documentation](/commands/get#get-price-history) for usage details. - [profile](/commands/profile.md): View a creator or user profile — posts, holdings, and trade activity. The default view shows all three as tabbed panels. - [sell](/commands/sell.md): Sell a coin. Requires a [wallet](/commands/setup). - [send](/commands/send.md): Send coins or tokens to another address. Requires a [wallet](/commands/setup). - [setup](/commands/setup.md): Create or import a wallet for trading. Required before using `buy`, `sell`, `send`, or `balance`. - [wallet](/commands/wallet.md): Manage your Zora wallet. Requires a wallet configured via [setup](/commands/setup) or `ZORA_PRIVATE_KEY`.