Create a Quarto project
quarto_create_projectCreate a temporary Quarto project and populate it with initial files; returns a project ID to reference it during the session.
Instructions
Create a temporary Quarto project and write initial files into it. Returns an opaque projectId that is valid only while this server process runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | The Quarto project type. Defaults to "default". | default |
| files | No | Initial text files to write into the project. | |
| config | No | Generic YAML data. When present it replaces the generated _quarto.yml. | |
| metadata | No | Generic YAML data written to _metadata.yml. When present it replaces the stored defaults. | |
| useDefaults | No | Write the stored metadata defaults when metadata is absent. Defaults to true. |