create_knowledge_base_article
Create a Knowledge Base article in a workspace to document operational knowledge, indexed for search by the AI assistant and other tools.
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 |
|---|---|---|---|
| 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 |