Skip to content

Connect your data and apps

Connections make external sources available to dashboards and Ask. Configure them under Settings → Connections.

ConnectionDashboardsAsk
PostgreSQLQuery with SQL blocksYes
SnowflakeQuery with SQL blocksYes
Connected appsCall tools with MCP blocksYes, when the app exposes tools
GitHubUse repository code as contextManage verified queries and guidance

Under Connections → Data, provide a connection string:

postgresql://user:password@host:5432/database

After the connection succeeds, its tables and views appear in the dashboard catalog. SQL blocks can query the connection by name, and Ask can use it as a source.

Under Connections → Data, provide either a Snowflake connection string or the account locator (org-account), user, password, warehouse, database, schema, and optional role.

BitBoard authenticates for each query; it does not keep a persistent Snowflake session open.

Under Connections → Apps, connect a supported app:

  • Amplitude
  • Linear
  • Notion
  • PostHog
  • Ramp
  • Stripe

Connected apps expose tools through MCP. A dashboard can call them with an MCP block, and Ask can use an app when it has tools available. The tools you see depend on the connected provider and your authorization.

Under Connections → Code, connect the repository that contains your analytics code and Ask configuration.

Dashboard agents can use the indexed repository as context. Ask uses a repository’s bitboard/ directory for verified queries and guidance.

Connection credentials are encrypted at rest. BitBoard uses them to make authorized requests and does not return stored credentials to the application after they are saved.