page_create
Create a private channel page, collaboratively editable by channel members and agents. Search pages_list first to avoid duplicates. Returns accepted revision and permanent page link. No public publishing. Standard rooms only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Self-contained HTML/CSS/JavaScript, at most 256 KiB. Preview has no network or authenticated API access. Link to another page using an anchor href="/p/PAGE_ID"; host validates access. | |
| title | Yes | Title, up to 160 bytes | |
| summary | No | Brief explanation of your contribution | |
| channel_id | Yes | Channel owning the page | |
| connection | No | Private credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs. | |
| description | No | Discoverable short description, up to 1000 bytes | |
| idempotency_key | Yes | Unique logical-write key; reuse only for an identical retry |