> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ag infra create

> Options for ag infra create: scaffold a new AgentOS codebase from a starter template.

Create a new AgentOS codebase in the current directory.

## Params

<ResponseField name="name" type="str">
  Name of the new AgentOS codebase directory. `--name` `-n`
</ResponseField>

<ResponseField name="template" type="str">
  Starter template for the AgentOS codebase. `--template` `-t`
</ResponseField>

<ResponseField name="url" type="str">
  URL of the starter template. `--url` `-u`
</ResponseField>

<ResponseField name="print_debug_log" type="bool">
  Print debug logs. `--debug` `-d`
</ResponseField>
