create_document
Create a new Onshape document and retrieve its document ID, workspace ID, and default Part Studio element ID in one request.
Instructions
Create a new Onshape document. Returns the documentId AND the main workspaceId AND the default Part Studio elementId in one shot — no need to follow up with get_document_summary + find_part_studios before you start building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new document | |
| isPublic | No | Whether the document should be public | |
| description | No | Optional description for the document |