create_wiki_node
Create a new wiki node inside a Feishu space by specifying the underlying resource type, such as doc, sheet, or bitable. Resources are owned by the user via UAT-first authentication.
Instructions
[Official API] Create a new Wiki node inside a space. obj_type picks the underlying resource (doc/sheet/bitable/mindnote/file/docx/slides). UAT-first so the resource is owned by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Wiki space ID (from list_wiki_spaces) | |
| obj_type | Yes | Underlying resource type | |
| title | No | Node title (optional; Feishu generates a default if absent) | |
| parent_node_token | No | Parent wiki node under which to create (optional; root if omitted) | |
| node_type | No | origin = real resource, shortcut = pointer to existing node (default: origin) | origin |
| origin_node_token | No | Required when node_type=shortcut — the wiki node this shortcut points at |