invariance_kb_page_create
Create a knowledge-base page by specifying a unique path, title, and Markdown body to store structured information for AI agents, enabling organized reference and retrieval when investigating issues or analyzing behavior.
Instructions
Create a knowledge-base page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body of the page | |
| kind | No | ||
| path | Yes | Unique slug/path for the page within the agent KB | |
| title | Yes | ||
| summary | No |