Create Coda Doc
coda_create_docCreate a new Coda document with a title, optionally duplicate an existing doc as a template. Returns new doc ID, name, and browser link.
Instructions
Create a new Coda document.
Args:
title (string): Title for the new document
source_doc (string, optional): ID of a doc to duplicate as template
Returns: New doc ID, name, and browserLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new document | |
| source_doc | No | Optional doc ID to duplicate |