Skip to content

Concepts

The Komodo SDK provides programmatic access to Komodo Health’s data platform. It handles authentication, account management, and query execution against your Komodo data stored in Snowflake.

Understanding these three concepts is essential to working with the Komodo SDK:

Your organizational entity within Komodo. Each account has its own unique data and Snowflake warehouse. Every operation is scoped to an account.

JWT-based authentication that allows Komodo operations. Supports both web login (user-based) and machine-to-machine credentials (automated).

All your Komodo data is stored in a Komodo-managed Snowflake warehouse. The SDK provides a DB-API 2.0 compliant connection to query this data.

  • Accounts - Account structure and data isolation
  • Snowflake - Accessing your data warehouse