The agentic data layer
on top of any data warehouse.
dltHub is an AI-native data engineering platform for teams of humans and agents. Your team and their agents generate and manage high-quality data at scale, on infrastructure we run for you.
Hundreds of pipelines, one team
Any engineer on your team can ship production data, with agents doing the work on infra we run. Every run is logged and auditable.
Build your first dlt pipeline
Paste this prompt into Claude, Codex, or Cursor. The agent does the rest.
Run uvx dlthub-start@latest to build my first pipeline and run it on dltHub
Your coding agent
Claude Code, Cursor or Codex
dlt Sources
Salesforce
Postgres
HubSpot
- +5,000 more
the managed infrastructure layerBlueprints for data workflows
dltHub is a composable data platform. Blueprints are its ready-made builds: each one dltHub assembled for a specific use case, end to end, from the sources you already use to a production dashboard or API.
Your coding agent
Claude Code, Cursor or Codex
the agentic layerdltHub AI harness
Agentic primitives to build, run and fix pipelines
dltHub context catalog
Lineage, schema, data quality, governance, run state
Pydantic Logfire
Arize
Langfuse
LangChain
the managed infrastructure layerIngest and standardize traces into the OpenAI messages format as a training-ready dataset.
distil labs
Fine-tune a specialist model, served as a drop-in replacement via API to distil labs customers.
"What I didn't expect is how much it unblocks the team. A mid-level engineer can spin up a prototype, browse the raw data in dltHub's local DuckDB workspace, validate the SQL schema - all without pulling in a senior. That loop of prototype, inspect, fix, re-run - that's the real unlock."

Marcello Victorino
Staff Data Engineer, Tasman Analytics

Marcello Victorino
Staff Data Engineer, Tasman Analytics
Describe it. The agent ships it. Your team runs it.
Build a pipeline that loads CRM contacts and deals into my warehouse using dlt
The dltHub AI harness: guardrails your coding agent can't skip
Not autocomplete, not a chatbot on a dashboard. The harness is the skills, commands, rules, and MCP tools that walk Claude Code, Codex, or Cursor through building a pipeline and then keeping it running in production: scheduled runs, schema changes, failures. Maintained by dltHub and wired to the infrastructure your pipelines run on, so your data team ships without a platform team.
Every skill in the harness
What your agent reaches for, step by step, from first prompt through the pipelines it keeps running.
The guided entry point. Names a use case, checks the workspace, and hands off to the right toolkit in a few prompts.
Opus 5.0 · Quick Start · ~/pipelines
Take me through the full workflow with the GitHub API
The guided entry point. Names a use case, checks the workspace, and hands off to the right toolkit in a few prompts.
Opus 5.0 · Quick Start · ~/pipelines
Take me through the full workflow with the GitHub API
For regulated life sciences · GxP
GxP validation that survives your next upgrade.
dlt is code-native, test-first ingestion; dltHub runs it. Together they satisfy CSA and GAMP 5 without freezing versions or exposing you to platform churn.
- GxP
- CSA
- GAMP 5
- 21 CFR Part 11
- EU Annex 11
- ALCOA+
- Your git tag is the validated baseline
- Python in your repo. You choose when to upgrade and which version runs.
- Deterministic by design
- Same input, same output, re-run on every change.
- ALCOA+ evidence built in
- Lineage, schema contracts, and run state in the context catalog.
- Read-only source access
- Enforced in pipeline code for Veeva Vault and LIMS, not by policy.
- Snowflake stays your orchestrator
- dltHub runs the pipeline; your control plane does not move.
The validation workflow, in three commands
Pin the validated baseline
git tag validated/veeva-vault@1.4.0tag created · this exact code is what you validate
Prove it behaves the same every run
pytest tests/behavioural/214 passed · same input, same output
Open the evidence trail
dlthub showrun history, schema contracts, lineage · the ALCOA+ record
Snowflake Industry Competency
Recognised for healthcare and life sciences data workloads on Snowflake.
For financial services
Pipelines your auditors can actually audit.
dlt pipelines are code-native and version-controlled, and the dltHub context catalog carries the lineage. Mapped to SR 11-7, SOX ITGC, and BCBS 239.
- SR 11-7
- SOX ITGC
- BCBS 239
- SEC/FINRA 17a-4
- DORA
- Change control auditors already know
- Git history, CI gates, pinned releases. No click-ops.
- Reproducible for SR 11-7
- Versioned, tested pipelines with the documentation model validation asks for.
- End-to-end lineage for BCBS 239
- Source to RAW to model-ready, traceable at every hop.
- Straight into Snowflake
- Core banking systems, market feeds, and APIs.
- One artefact, one evidence trail
- Validate the pipeline; the catalog holds the evidence.
The validation workflow, in three commands
Pin the validated baseline
git tag validated/market-feed@2.1.0tag created · this exact code is what auditors review
Prove it behaves the same every run
pytest tests/behavioural/187 passed · reproducible, deterministic output
Open the evidence trail
dlthub showrun history, schema contracts, lineage · your audit record

Snowflake Industry Competency
Recognised for financial services data workloads on Snowflake.
Move your data stack forward without the vendor tax
Agent-led migration off your legacy vendor, 90% faster.
A months-long migration is what keeps teams tied to legacy tools they have outgrown, and what vendors count on to keep you locked in. We make it the easy part. Our engineers, armed with internal AI tooling, rebuild your Fivetran, Airbyte, and custom Python pipelines as clean dltHub code. We hand over pipelines running in production and coach your team on AI-forward data engineering.
dlt is Apache 2.0 licensed and always free to use
Use dlt as your open-source ingestion foundation and move to dltHub when you need managed runtime, observability, and governed collaboration at scale.
Apache 2.0
pip install dlt- Forever free OSS library
- Apache 2.0 licensed for commercial usage
- Code-first developer experience
- Portable workflows across self-managed and managed runtime
dlt is the leading open-source Python library for building data pipelines using code and agents.
- 6M+
- PyPI downloads per month
- 10,000+
- Companies loading data into databases with dlt in production
- 1,000+
- Companies loading into Snowflake with dlt in production
Learn agentic data engineering
Free, self-paced course. From first prompt to production deployment.
DLTHUB CONTEXT
The context your agent needs to ship any pipeline
dltHub's agentic workflows come with a REST API toolkit that taps directly into dltHub Context - a hub of deeply researched, enriched context on REST APIs across SaaS sources, databases, and destinations. Your agent pulls exactly what it needs to code any dlt pipeline, in minutes.
We already cover more than 10,100 sources, with a clear path to hundreds of thousands. From prompt to pipeline to live reports in a notebook - all in one agentic flow, with outputs tailored to data users.

Frequently Asked Questions
How is dltHub different from a Claude skill or tools like Replit?
Tools like Claude skills or Replit are great for writing and running code. But they are not built for data engineering workflows end to end.
dltHub gives your team complete agentic workflows that cover every phase: coding, running, deploying, and debugging pipelines, on infrastructure you control. Not just a skill, not just an editor, but a guided workflow from first line to production.
How is dlt different from Fivetran or a Python script that uses the request library?
dlt is the perfect match between standardization and customization. You get the automation that matters: schema inference, incremental state, normalization, and loading, while keeping the full flexibility and portability of plain Python.
And with agentic dltHub workflows, your team can code, run, deploy, and debug pipelines faster, with the reliability you can trust at every step.
What is dltHub?
dltHub is the managed platform for deploying and operating data pipelines built with dlt. It provides a runtime, observability, data quality checks, and collaboration features so teams can go from development to production with one command.
What is dlt?
dlt (data load tool) is an open-source Python library for building data pipelines. It lets you write any connector, run anywhere, and requires no backend. dlt is Apache 2.0 licensed and always free to use.

























