Overview

Agent sessions are the core of TensorStax’s Agentic Data OS. Before you can start asking questions or running analysis, you need to configure the context that defines which data sources and tables your agent will work with.

Getting Started with Context

The first and most important step in any agent session is selecting your context. Context tells the agent which materialized tables it should focus on for your analysis.
dbt Model Integration - TensorStax automatically maps your materialized tables to their source dbt models and pulls the complete lineage including source models, YAML configurations, tests, and macros. This allows TensorStax to create new models following your existing patterns and edit existing files when needed.

Context Configuration

Privacy First: TensorStax only accesses your table schemas and DDLs by default - your raw data remains private and secure unless you explicitly enable sample rows.

JIRA Integration