create_knowledge_base_article
Create searchable knowledge base articles in a workspace to store operational knowledge—architecture notes, troubleshooting guides, runbooks—so AI assistants can find and use them.
Instructions
Create a new Knowledge Base article in a workspace.
Skill: runwhen-skill://manage-knowledge (article scoping + lifecycle).
KB articles are indexed into the Knowledge Overlay Graph and become searchable by the workspace AI assistant and other tools.
Content should be informative operational knowledge — architecture notes, troubleshooting guides, runbook context, dependency documentation, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Human-readable article title (max 255 chars). Strongly recommended: title is the primary field for title-weighted KB search and the workspace global-note catalog. If omitted the note is stored title-less and under-performs on retrieval. | |
| content | Yes | The article content (plain text or markdown, max 20000 chars). | |
| resource_paths | No | Canonical resource paths (e.g. ['kubernetes/namespace/prod']). | |
| workspace_name | Yes | The workspace to create in (e.g. 't-oncall'). | |
| abstract_entities | No | Entity tokens for indexing (e.g. ['oom-killed', 'memory-limits']). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |