// Integrations/Customer DB

Customer DB, typed and ready to call.

Run SQL against the tenant customer database and materialize row-shaped company results into enrichments.companies.

BYOK supported4 tools
$ deepline tools calltyped
$ deepline tools call customer_db_get_customer_db_file \
    --json '{"input": "your data here"}'
01Available tools

4 typed tools. Same shape as every other module.

customer_db
  • Customer DB Get Customer Db File
    customer_db_get_customer_db_file
    admindatabasefilesread
  • Customer DB Materialize Free Customer Companies
    customer_db_materialize_free_customer_companies
    companydatabasepersiststreaming
  • Customer DB Query Customer Db
    customer_db_query_customer_db
    admindatabasesql
  • Customer DB Upsert Customer Db File
    customer_db_upsert_customer_db_file
    admindatabasefileswrite
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call Customer DB from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding