Netlify CLI create command
create
Section titled “create”Create a new Netlify project using an AI agent
Usage
netlify createArguments
- prompt - description of the site to create
Flags
account-slug(string) - account slug to create the project underagent(string) - agent type (claude, codex, gemini)dir(string) - directory to create the project in (defaults to current directory)filter(string) - For monorepos, specify the name of the application to run the command ingit(string) - create a git repository and push source code (e.g. github)json(boolean) - output result as JSONmodel(string) - model to use for the agentname(string) - project name (subdomain)no-download(boolean) - skip downloading source code after the agent run completesno-wait(boolean) - return immediately after starting the agent run without polling for completionprompt(string) - description of the site to createrepo-owner(string) - GitHub org or user to create the repo underdebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify create "a portfolio site"netlify create --prompt "a blog with dark mode" --agent claudenetlify create "landing page for a coffee shop" --account-slug my-teamnetlify create "an e-commerce store" --name my-storenetlify create "an e-commerce store" --git githubnetlify create "an e-commerce store" --no-wait