# `mix adk.new`
[🔗](https://github.com/zeroasterisk/adk-elixir/blob/main/lib/mix/tasks/adk.new.ex#L1)

Creates a new ADK agent project.

## Usage

    mix adk.new my_agent
    mix adk.new my_agent --path ./projects
    mix adk.new my_agent --model gemini-flash-latest
    mix adk.new my_agent --no-phoenix

## Options

  * `--path` — Parent directory for the project (default: `.`)
  * `--model` — Default LLM model (default: `gemini-flash-latest`)
  * `--no-phoenix` — Skip Phoenix/Plug web endpoints

The project name must be a valid Elixir identifier (lowercase, underscores allowed).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
