Skip to main content
Documentation

Domain

Knowledge capabilities

5 capabilities, all acting on a article. A reference to one from another domain is spelled article_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
knowledge.listPOST /api/v1/knowledge/listList the shop-memory articles the shop's AI is grounded onread-only
knowledge.capacityPOST /api/v1/knowledge/capacityCheck how much shop-memory article space this plan allowsread-only
knowledge.playbookPOST /api/v1/knowledge/playbookList the playbook articles the team uses to answer customersread-only
knowledge.groundingPOST /api/v1/knowledge/groundingRead the article set an AI agent is actually grounded on hereread-only
knowledge.briefPOST /api/v1/knowledge/briefRead the shop's own brief — the article every agent starts fromread-only

← Every domain