Context Components · Agentic Data Catalog

The only data catalog built for AI agents, by AI agents.

AI is now the primary consumer of your data. Atlan rebuilds the catalog around that: enriched entirely by AI agents, and served to yours through MCP, SQL, and open APIs.

Which one does the agent pick?

Five tables whose names contain the word billing. One is certified and expands into its metadata: owner, quality score, freshness, primary key, join path, required filters, and usage history.

Certified, fresh, owned, and joined the way your best analyst joins it.
THE AI CONTEXT GAP

One question.
Three kinds of context.

Knowledge is which table holds the answer. Expertise is how to query it correctly. Norms are who is allowed to see the result. A catalog carries all three.

Why is drive-through time up this week?

Which table holds this?

Fourteen match on the name.

Knowledge

store_ops.drive_thru_daily. Certified, fresh 2 hours ago, owned by Store Ops.

How do I query it?

Which join, which filter?

Expertise

Join store_id to store_dim. Apply NOT is_test_store, as 9 in 10 production queries do.

Can this person see it?

Every row, or some of them?

Norms

Row-level policy scopes a store manager to their own store. VP Ops sees every row.

CONTEXT COMPONENTS

No agent runs on
a catalog alone.

It says which data to trust. What the numbers mean, how the business is structured, and what to do with the answer are separate jobs.

What data can I trust and use?

What exists, what is certified, how fresh it is, who owns it, and the joins and filters mined from real queries. A perfect definition on the wrong table is still a wrong number.

Explore Data Catalog

store_ops.drive_thru_daily

Daily drive-through timings by store

CERTIFIED
Owner
Store Ops · certified 6 Jun
Quality
98 / 100 · fresh 2h ago
Primary key
store_id, business_date
Join paths
store_id → store_dim → region
Required filters
NOT is_test_store, status = 'open'
Popular queries
trend by week · by region · vs target
Lineage
pos_events → dt_sessions → this
Used in
14 dashboards · 2.1k queries · 90d
HOW IT WORKS

Automatically enriched with everything
your agents need to reason with data.

Every system that holds meaning, connected in minutes rather than quarters.

Context is scattered across systems of record, systems of data, systems of knowledge, and systems of work, plus the runtime trail of how people use them. The first job is reaching all of it without a migration project.

Authenticate your connectionScope what to bring inSchedule and start ingesting

The signals were always there. Agents read all of them at once.

Nine Context Agents read the signals that already exist, column-level lineage, SQL, human annotations, usage patterns, and BI semantic logic, and write the documentation the estate never got.

Scout
Ranks assets by usage intelligence — surfaces what your team queries most.
Stage 1 · Foundational
⚡ Purpose
Ranks assets by usage intelligence — surfaces what your team queries most.
Task Plan
Scan SQL query historyacross all teams and use cases
Identify top-queried assetsby team, frequency, and function
Rank by usage scoreand assign enrichment priority
Revenue Assets
Product Analytics
Customer Data
Revenue assets · ranked by usage
5 assets
finance.revenue_table
847 queriesGold Layer ↑
finance.arr_cohort
693 queries
billing.invoices
541 queries
finance.mrr_breakdown
418 queries
finance.ltv_by_segment
263 queries

One click, not 847 manual reviews.

AI generates at a volume no team can match. People certify what becomes canonical, and stewards move from writing documentation to sampling, validating, and resolving the cases that need judgment.

Cortex Analyst
Natural Language Query
Run
Powered by Snowflake Cortex
via Atlan MCP
Fetching context from Atlan MCP...
→ resolve_metadata · search_assets
MMetricCertified
revenue
Net sales after returns, post-tax
@jsmith
TTable
98/100
orders_fact
owner: Data Engineering
Primary transaction table
Generated SQLQuery ready
1SELECT
2 product_line,
3 SUM(net_sales) AS revenue -- metric defined by Atlan
4FROM orders_fact
5WHERE fiscal_quarter = 'Q4'
6GROUP BY product_line;

Trusted by AI-forward enterprises

"We were stunned and perplexed by the quality of the content. How could the agents create such high-quality context from lineage, SQL, and dbt logic? It shows how much business information is hidden in metadata that we can't see with human eyes. But agents consume it all and organize it."

Kenneth Jebjerg

Head of Data Engineering, Baader

"Without this context we would have spent months/years manually updating the metadata required for these efforts and would not let us move at the speed we can now."

Bernie Daley

Director of Data Management, Nelnet Servicing, LLC

"The output shifted from solid generic descriptions to something that felt like it had been written by someone who understands our business. That's the moment I stopped thinking about this as a time-saving tool and started seeing it as a strategic capability."

Izabela Wilczynska

Data Governance Manager, PayU

"With Atlan we cataloged over 18 million assets and 1,300+ glossary terms in our first year, so teams can trust and reuse context across the exchange."

Kiran Panja

Managing Director, Cloud & Data Engineering, CME Group

INDUSTRY RECOGNITION

The only modern leader across
all four analyst evaluations

Slide 1 of 3
FAQ

Everything you need to know about
the agentic data catalog

An agentic data catalog is the inventory of a data estate with meaning and trust attached, structured so an AI agent can decide which data to use and how to use it correctly. Gartner, which named the data catalog category around 2017, describes a catalog as maintaining an inventory of data assets through the discovery, description, and organization of datasets, providing the context to find and understand a relevant dataset. The agentic version keeps all of that and adds what an autonomous consumer needs: machine-readable certification and freshness signals, column-level lineage back to source, ownership, and the query patterns mined from how the data is actually used.

The consumer changed, so the requirements changed. A traditional catalog is a browsing surface: a person searches, reads a description, forms a judgment, and fills the gaps with experience the catalog never recorded. An agent has no experience to fall back on. It needs trust expressed as a machine-readable signal rather than a paragraph, it needs the standard filters and join paths that seasoned analysts apply automatically, and it needs to retrieve all of that in a single call at query time rather than by browsing. It also writes back, posting quality signals and usage observations so the next retrieval is better than the last.

SQL Intelligence is query know-how mined from real usage, and the underlying technique is query-log analysis. It surfaces the popular joins, meaning the way most analysts actually connect two tables; the common filters, such as excluding test accounts or reversed transactions, which are applied in the large majority of production queries and appear in no schema; and the query patterns the team already trusts. This is the difference between SQL that is syntactically perfect and SQL that is semantically correct. An agent that writes valid SQL against raw tables while missing a standard filter returns a confidently wrong number, and nothing in the output signals the error.

Yes, because they answer different questions. A semantic model tells an agent what a refund rate is: the entities, the join paths, the dimensions to slice by, and the formula on top. It does not tell the agent which physical table to compute it on, whether that table is certified, whether it has been stale since March, or who to ask when something looks wrong. A perfect definition computed on the wrong table is still a wrong number, which is why discovery, trust signals, and lineage sit underneath the semantic model rather than beside it.

Not necessarily. Many enterprises run Atlan alongside an existing catalog and pull its metadata into the context layer rather than rebuilding from scratch. Atlan connects natively across warehouses, databases, BI tools, transformation and orchestration tools, and quality tools, and most connectors are live within minutes. Atlan reads context only: schema structures, column definitions, lineage relationships, ownership, and timestamps. Your actual data never leaves your systems and Atlan never queries the rows in your tables.

Lineage answers where a number came from and what depends on it. Atlan reverse-engineers column-level lineage from actual SQL, pipeline code, and BI models rather than relying on hand-declared relationships, so it reflects how data genuinely flows rather than how someone documented it once. For an agent, that means three things: a result can be traced back through every transformation to source, an upstream quality failure can be caught before the answer is trusted, and the blast radius of a proposed change can be assessed before anyone makes it.

Automation on the input side and ownership on the output side. Connectors run on a schedule with incremental updates, so structural changes are picked up without manual effort. Context Agents regenerate descriptions and quality signals as the estate changes. Drift detection flags when the world has changed underneath a piece of context. And every certified definition has an owner and a change history, so a trust signal that stops being true becomes visible rather than quietly misleading every agent that reads it.

Stop your agents guessing
which table to trust.

[Website env: production]