Bindings Guide

A Binding is a knowledge container — the core unit of Bindly.

What is a Binding?

A Binding holds a piece of knowledge: an article, a note, a conversation extract, or any text content. Each Binding belongs to a Space and has:

Versions (Immutability)

Bindly never modifies existing content. When you update a Binding, a new Version is created:

Binding: "Kubernetes Guide"

├── Version 1 (created March 1) — original content

├── Version 2 (created March 5) — added deployment section

└── Version 3 (created March 20) — updated for v1.30 ← current

Each Version is immutable — once created, it cannot be changed. This preserves the complete history of your knowledge.

Version Metadata

Each Version includes metadata stored alongside the content:

FieldDescription
summary2-3 sentence summary
keyPointsUp to 10 key points
entitiesExtracted named entities (up to 20)
contentTokenCountLLM token count for budget planning
sourcehuman (created via web) or llm (created via MCP)

Tiered Content Delivery

When retrieving a Binding, choose the detail level:

TierContent~TokensUse Case
1Summary, key points, entities~300Browsing, search results
1.5Above + first 400 chars preview~800Deciding if you need full content
2Full content + version history~2000+Reading, editing, deep analysis

Creating a Binding

Via Web

Fill in: title, summary, content (markdown), and optional key points.

Via MCP

mcp_create_binding({

spaceId: "your-space-id",

title: "My Knowledge",

content: "Full markdown content...",

summary: "A brief summary of the knowledge.",

keyPoints: ["Point 1", "Point 2"],

sourceType: "text"

})

Public Bindings

Bindings in public team or open Spaces are accessible at: