create_file
Create a new Paper file within the active team and receive its unique ID. Use the ID to open and start editing the file, or clone an existing file by ID.
Instructions
Create a new Paper file in the user's active team and returns the new file's ID. To start working in the new file, call open_file with the returned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name for the new file. | |
| cloneFileId | No | Optional file ID to clone from. If provided, the new file is a copy of this one. |