Create a page
create_pageCreate a new Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for a valid tagPath. Some paths are balance-gated (blog needs 50,000 $XRD). Earns contribution points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | URL slug (derived from the title when omitted) | |
| title | Yes | Page title | |
| content | Yes | Array of typed blocks. Each needs a unique `id` (UUID) and a `type`. A `content` block carries semantic HTML in `text`; an `infobox` block carries nested `blocks`. Start with an infobox, hyperlink every assertion to its source, no inline styles. | |
| tagPath | Yes | Tag path the page lives under (e.g. "contents/tech/core-concepts") | |
| metadata | No | Key-value metadata for the page, including `excerpt` (one sentence, ≤160 chars). Some tag paths require specific keys — the error names any that are missing. | |
| bannerImage | No | Banner image URL |