Skip to main content
Community Hub

Templates

TL;DR

Pre-built App subclasses for common extraction patterns—start from a template instead of from scratch.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Templates are pre-built App subclasses that implement common extraction patterns. Instead of writing orchestration logic, SQL queries, and task wiring from scratch, you subclass a template and override only the parts that are specific to your data source.

Everything the template provides—task structure, retry configuration, output contracts, and orchestration order—is inherited automatically. Override what you need; get the rest for free.