docs/commands/create.md
createCreate a new Netlify project using an AI agent
Usage
netlify create
Arguments
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 inExamples
netlify create "a portfolio site"
netlify create --prompt "a blog with dark mode" --agent claude
netlify create "landing page for a coffee shop" --account-slug my-team
netlify create "an e-commerce store" --name my-store
netlify create "an e-commerce store" --git github
netlify create "an e-commerce store" --no-wait