coda_create_doc
Create a new Coda document as a blank or by cloning an existing doc. Specify a title and optional folder to organize your workspace.
Instructions
Create a new Coda doc.
Creates a blank doc or a copy of an existing doc. Returns the new doc's ID, name, and browser URL. The doc is created in the specified folder, or the user's root if no folder is given. Use source_doc to clone an existing doc as a template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new doc | |
| folder_id | No | Folder ID to create the doc in (omit for root) | |
| source_doc | No | Doc ID to copy as a starting point |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |