This integration is in Beta. To enable for your organization,
please contact support@honeydew.ai.
Two Context Layers
Honeydew and Atlan are both context layers, at different levels of the stack:
The two are complementary rather than competing. Atlan describes assets across
the estate; Honeydew defines the logic that turns them into governed metrics,
and generates the SQL. Publishing Honeydew definitions into Atlan makes them
discoverable next to everything else, and reading Atlan definitions into
Honeydew avoids restating business knowledge that is already governed.
What Syncs
Honeydew publishes to Atlan:- Entities, attributes, and metrics as catalog assets.
- Business metadata — owner, description, labels, folder, and display name.
- Lineage from semantic definitions back to warehouse tables and columns.
How It Works
Honeydew uses Atlan’s metadata API to publish semantic definitions, enabling lineage back to the underlying warehouse tables and columns.Setup
Create an Atlan API token, then configure the integration in Honeydew.Create an Atlan API token
In Atlan:- From the left menu, click Admin, then under Workspace, click API tokens (admin access is required).
- Click Generate new and select Generate API token.
- Enter a name for the token, such as
honeydew, and an optional description. - Copy the generated token.
Atlan grants a new token admin-level API privileges by default, excluding
connection admin. To narrow what the token can reach, assign personas to it
when you create it.
Configure Honeydew
- Go to Settings → Atlan.
- Enter the API endpoint of your Atlan tenant, in the form
https://<tenant>.atlan.com. - Paste the Atlan API token and save.
Atlan as a Context Source
Atlan is also supported as an External Knowledge source, so the AI can fetch governed definitions and glossary terms from Atlan over MCP when answering questions. Use this to reuse business knowledge that Atlan already governs — glossary terms, policies, and asset documentation — instead of restating it as Honeydew context. Definitions stay owned in one place, and Honeydew reads the current version at query time. This is configured separately from the catalog integration above:- Go to Settings → MCP connections and connect Atlan. Each user authenticates individually, so content is fetched with their own permissions.
- Create an External Knowledge context item whose
external_source.toolis an Atlan tool, such asmcp__atlan__get_assets, and whoseresource_idis the identifier of the asset or glossary term to fetch.