Create an Onshape document
onshape_create_documentCreate a new Onshape document with a name, optional description, and public visibility for free accounts, returning the new document ID and default workspace ID.
Instructions
Create a document. Free Onshape accounts may only create public documents, so pass public=true there. The result carries the new document id and its default workspace id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Document name. | |
| public | No | Make the document public (required on free accounts). | |
| description | No | Document description. |