Last updated June 23, 2026
Sources Overview
A board is only as good as what feeds it. Sources are the raw material your boards are built from — your code, your docs, your tickets, the page you scribbled at 2am. The richer and truer your sources, the sharper every board, every insight, and every answer Chat gives you.
Here's the model that makes this scale: you register a source once in your workspace catalog, then bind it to as many boards as you want. Add Confluence once, point it at your platform board, your billing board, and your onboarding board. No re-authenticating, no duplicate config. The catalog is the inventory; binding is how you wire a source into a specific board.
This page is the map — every kind of source, how the two delivery models differ, how binding roles work, and how a source moves through its sync lifecycle. For the click-by-click of adding and binding, head to Connecting Sources.
Two ways a source reaches your boards
Not all sources work the same way, and the difference matters for what you can expect.
Push sources do the analysis on your machine and push a finished graph to the board — nodes and edges, already structured. There's no AI extraction on the platform side; the work happened locally before anything arrived. Today that's Cartograph, the Claude Code plugin: it reads your repo, detects the architecture, and pushes the result when you run /sync.
Pull sources are everything else. You point at the content — a Confluence space, a pasted note — and we fetch it, then use AI to extract architectural structure into nodes and edges. You bring the source; we do the interpreting.
The practical takeaway: if you have a codebase, push it with Cartograph — the structure comes straight from the code, no interpretation guesswork. For docs, tickets, and prose, pull sources read and map them for you.
The source catalog
These are the sources you can add today, grouped by family.
| Source | Family | Auth | What it brings in |
|---|---|---|---|
| Cartograph | Build from code | Board Builder API token + secret | A finished graph of your application code — services, APIs, databases, queues, and how they connect |
| Web URL | Quick add | None | Any HTTP/HTTPS page — we fetch and extract it |
| Note | Quick add | None | Markdown or text you paste directly — decisions, context, anything off the top of your head |
| Confluence | Provider | OAuth (Atlassian) | Pages and spaces from your Confluence instance |
| Notion | Provider | OAuth | Pages and databases from your Notion workspace |
| Jira | Provider | OAuth (Atlassian) | Issues and projects from Jira |
Quick-add sources need no setup — paste and go. Providers connect once via OAuth, then you pick the pages, spaces, or projects to bring in. See Quick-Add Sources and Provider Sources for the details of each.
Coming soon
These are on the way but not yet addable. You'll see them in the picker when they ship — don't expect a working add flow until then.
| Source | Family | Auth | What it will bring in |
|---|---|---|---|
| GitHub | Provider | OAuth | Repositories |
| Google Docs | Provider | OAuth | Documents and folders |
| Terraform | Provider | API key | Infrastructure from Terraform Cloud |
| Slack | Provider | OAuth | Channels and messages |
Binding sources to boards
Binding is where a catalog source meets a board. Every binding has a role that decides whether the source shapes the board or just informs it.
| Role | What it does | Touches the graph? |
|---|---|---|
| Governing | Participates in sync — creates and updates nodes and edges on the board | Yes |
| Reference | Context only; Chat and insights can read it, but it never modifies the board | No |
Governing sources are the ones building your diagram. Reference sources are the supporting cast — extra context that informs answers and insights without ever redrawing the board.
A board can have more than one governing source — but all of its governing sources must be the same type (all Confluence, say, or all Jira). The one exception is Cartograph: because it pushes nodes and edges directly, it can govern alongside governing sources of any other type. Reference sources are unconstrained — any type, any number. And a given source can be bound to a given board only once.
So a typical board might be governed by Cartograph (the code) plus Confluence (the docs), with a couple of Jira projects and a Note bound as reference. That's a fully wired board.
How a source syncs
Once a source is governing a board, it moves through five states. Watching this lifecycle tells you exactly where a source is — and whether the board reflects the latest truth yet.
| State | What's happening |
|---|---|
| Unsynced | Bound, but nothing has been processed yet |
| Evidences Collected | Content fetched, or the pushed graph received |
| Embeddings Generated | The content is indexed so Chat and insights can search it |
| Conflicts Checked | New structure is reconciled against what's already on the board |
| Synced | The board reflects this source's current state |
Pull sources are fetched and AI-extracted on a schedule — you set it up, and it stays current. Cartograph pushes on demand: the board updates when you run /sync in Claude Code, not before.
Source health
Every source carries a health status so you can tell a working source from a broken one at a glance.
| Status | Meaning |
|---|---|
| Healthy | The source is working normally |
| Degraded | The source is working, but something's off — partial results, slow responses, or a recoverable hiccup |
| Failing | The source can't be reached or processed — usually auth expired or the content moved |
Health is a status the source carries, not a live monitor. Check it when a board looks stale — a Failing OAuth source almost always means the connection needs reauthorizing.
Picking the right source
A few opinions to save you some trial and error:
- Got a codebase? Use Cartograph. Code-derived structure beats AI-extracted structure every time — it comes straight from the source of truth, not an interpretation of a doc that describes the code.
- Start a source as reference, promote to governing when you trust it. Bind it as reference first, see what context it adds to Chat and insights, then make it governing once you're confident it should shape the graph.
- Match the source family to the board's purpose. A code-architecture board wants Cartograph; a decisions-and-process board wants Confluence, Notion, or Jira. Mixing reference sources across families is fine — that's the whole point of context.
What's next
Quick-Add Sources
Web URL and Note — the no-auth sources you can paste in and use right now.
Provider Sources
Connect Confluence, Notion, and Jira over OAuth and pick what to bring in.
Cartograph — Full Guide
The complete push-source reference: install, every command, config, and troubleshooting.
Connecting Sources
The step-by-step walkthrough for adding a source and binding it to a board.

