Skip to content
DocumentationOverview

Build with Altertable

Connect data, query it with SQL, and use it in applications, analytics, and AI agents.

What Altertable is

Altertable combines lakehouse storage, DuckDB compute, and live access to external data behind one governed SQL layer. The same catalogs, credentials, and permissions work across the app, CLI, APIs, SDKs, and MCP tools.

Choose your path

Choose an outcome to open its setup guide and reference.

Run a first query

Install the CLI, sign in, and list the tables available to your Altertable profile.

  1. 1Install the CLI

    curl -fsSL https://install.altertable.ai | sh
  2. 2Sign in

    altertable login
  3. 3Run a query

    altertable query "SELECT table_catalog, table_schema, table_name FROM information_schema.tables LIMIT 10"
Open CLI quickstart

Reference