The Hub is the registry, storage layer, and event log for canvases. Links are scoped capabilities. Viewers render canvases for humans.Documentation Index
Fetch the complete documentation index at: https://docs.knify.dev/llms.txt
Use this file to discover all available pages before exploring further.
Hub
The Hub owns:- Canvas registry
- Version history
- Patch and event streams
- Permissioned links
- Forking
- API access
Links
A Knify link is more than a URL. It is a permissioned capability.| Link type | Permission | Example use |
|---|---|---|
| Public view link | View only | Share a client report |
| Private view link | View with auth | Internal dashboard |
| Live view link | View and subscribe | Agent run monitor |
| Fork link | View and fork | Template distribution |
| Agent update link | Patch/write only | Agent can update a canvas but not admin it |
| Owner link | Full control | Creator/admin |
| Embed link | Restricted rendering | Website or dashboard embed |
| API link | Read exported data | Downstream integration |
Viewers
Viewers render the same canvas contract across surfaces:- Web viewer
- iPad/mobile viewer
- Embedded viewer
- Custom branded viewer