init
Create a new app from a starter template, or update an existing app to the latest template version.
llamactl init [--template <id>] [--dir <path>] [--force]llamactl init --updateTemplates
Section titled “Templates”Run llamactl init without --template to open the template picker. The picker shows both UI templates and headless workflow templates.
Use --template <id> when you already know which template you want. Template IDs can change as templates are added or renamed, so use the picker or the Agent Templates page for the current list.
Options
Section titled “Options”--update: Update the current app to the latest template version. Ignores other options.--template <id>: Template to use.--dir <path>: Directory to create the new app in. Defaults to the template name.--force: Overwrite the directory if it already exists.
What it does
Section titled “What it does”- Copies the selected template into the target directory using
copier - Adds assistant docs:
AGENTS.mdand symlinksCLAUDE.md/GEMINI.md - Initializes a Git repository if
gitis available - Prints next steps to run locally and deploy
Examples
Section titled “Examples”Open the template picker:
llamactl initCreate from a known template:
llamactl init --template <template-id> --dir my-appOverwrite an existing directory:
llamactl init --template <template-id> --dir ./my-app --forceUpdate an existing app to the latest template:
llamactl init --updateSee also: Getting Started guide.
Note for AI agents: this documentation is built for programmatic access.
- Overview of all docs: https://developers.llamaindex.ai/llms.txt
- Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md
- Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters.
- A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/python/shared/mcp/