Create knowledge item
Add an item to the project’s knowledge base and index it for the QA.tech agents. Use text for documentation notes, link to crawl and index a URL, or memory for agent-maintained observations. PDF and icon items are managed in the dashboard.
Body
Knowledge item types that can be created through the API. pdf and icon items require file uploads and are managed in the dashboard.
text, link, memory 1 - 200Text content. Required for text and memory items, not allowed for link items.
1 - 50000URL to crawl and index. Required for link items, not allowed for other types.
Path patterns to exclude while crawling a link item, e.g. /blog/*
Target a specific project by its prefixed short ID (proj-slug_shortId or proj_shortId), as returned by the projects API. Required for organization-scoped API keys; project-scoped keys may only pass their own project's short ID.
^proj(-.+_.+|_.+)$