> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcollate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

> Explore the Collate API for programmatic access to metadata, integrations, automation workflows, and management of data assets, discovery, governance, and quality.

# Overview

The Collate API provides programmatic access to all metadata in your data catalog. Use it to build integrations, automate workflows, and manage your data assets at scale through REST APIs or native SDKs for Python, Java, and Go.

All API interactions happen over HTTPS using JSON. Authenticate every request with a JWT Bearer token. Admins obtain bot tokens under **Settings** > **Bots**. For a personal token, open **Profile** > **Access Tokens**.

For more information about token types and security best practices, see [Authentication](/ai-2-0/developer-guide/api-reference/authentication).

Explore the reference below to manage data assets, search metadata, define data contracts, track lineage, and govern your catalog programmatically.

<CardGroup cols={2}>
  <Card title="Data Assets" icon="database" href="/ai-2-0/developer-guide/api-reference/data-assets">
    Manage tables, dashboards, pipelines, topics, ML models, and more.
  </Card>

  <Card title="AI Assets" icon="brain" href="/ai-2-0/developer-guide/api-reference/ai-assets">
    Catalog LLMs, AI agents, and MCP servers. Govern AI applications and prompt templates.
  </Card>

  <Card title="Data Contracts" icon="file-contract" href="/ai-2-0/developer-guide/api-reference/data-contracts">
    Define and validate data contracts for your assets.
  </Card>

  <Card title="Data Governance" icon="shield-check" href="/ai-2-0/developer-guide/api-reference/governance">
    Manage domains, data products, metrics, glossaries, classifications, and tags.
  </Card>

  <Card title="Data Quality" icon="chart-line" href="/ai-2-0/developer-guide/api-reference/data-quality">
    Create and manage test suites, test cases, and quality metrics.
  </Card>

  <Card title="Discovery" icon="magnifying-glass" href="/ai-2-0/developer-guide/api-reference/discovery">
    Search and discover metadata across your catalog.
  </Card>

  <Card title="Lineage" icon="share-nodes" href="/ai-2-0/developer-guide/api-reference/lineage">
    Explore and manage lineage relationships across your data assets.
  </Card>

  <Card title="Teams & Users" icon="users" href="/ai-2-0/developer-guide/api-reference/teams-and-users">
    Manage users, teams, and organizational structure.
  </Card>

  <Card title="Entity Updates" icon="code-compare" href="/ai-2-0/developer-guide/api-reference/entity-updates">
    Understand PUT vs PATCH behavior and preserve/merge rules for bot-driven updates.
  </Card>
</CardGroup>
