Create Buildin page
buildin_create_pageCreate a new page inside a specified parent: page, database, space, or block. Set properties to match schema, add icon, cover, and child blocks.
Instructions
Create a new page in Buildin.ai. The parent may be a page_id, database_id, space_id, or block_id. When parent is a database, properties must match the database schema. Returns the created page object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent | Yes | Parent reference. Accepts both {type, <id_field>} and the shorter {<id_field>} form. | |
| properties | Yes | Page properties. For database children, must match the database schema. For other parents, typically { title: { title: [{ text: { content: '...' } }] } }. | |
| icon | No | Icon: emoji or external url. Both discriminator-less and typed forms accepted to match Buildin examples. | |
| cover | No | Cover image (external url only). | |
| children | No | Initial child blocks to append after creation. |