Docs · Knowledge
Knowledge
Knowledge is what makes AI agents — hosted or in your IDE — useful on your product, not a dump of the warehouse.
| Layer | Role |
|---|---|
| Data | Live DataObjects (GraphQL) |
| Skills | Short playbooks / doctrine (high signal) |
| Files | Corpus with retrieval (RAG) |
| Tools | Callable schema:tool / packs |
JSON-LD sketch (skill)
{
"@id": "urn:uuid:…",
"schemaRef": "schema:skill",
"name": "Lead scoring playbook",
"data": {
"libraryId": "urn:uuid:…",
"body": "Score ICP fit 0–100. Prefer firmographics over vanity metrics…"
}
}In Closure
Knowledge tab: Data · Skills · Files · Tools. Libraries group skills/files. Tool packs group tools. Attach libraries to Experiences / agents so context stays small and relevant.
More: Tools · Build in your IDE