Skip to main content
The Context layer turns a business into something an agent can reason over: structured modules, long-form documents, embeddings, and provenance.

ContextPack

The compiled, agent-native surface for a business (1:1 with Business).
FieldTypeNotes
businessOneToOneOwning business
schema_versionstringPack schema version (e.g. context-pack-v1)
payloadJSONStructured context
modulesJSONNamed context modules (public/private)
faqJSONCompiled FAQ
provenanceJSONPer-claim source / verification
embeddingvector(1536)Semantic retrieval
refreshed_atdatetimeLast compile

ContextDocument

Long-form markdown knowledge attached to a business.
FieldTypeNotes
businessFKOwning business
slug, titlestringUnique per business
doc_typeenumBUSINESS · PRODUCT · BRAND
body_markdowntextContent
statusenumSEEDED · VERIFIED (AI content starts seeded)
provenanceJSONUnverified claims marked for confirmation
embeddingvector(1536)Semantic retrieval
AI-authored context is never auto-verified — a human verifies before status becomes VERIFIED. Generated from the context app models.