ToeBox integrates with data warehouses so you can build analytics dashboards and give your agents access to business data beyond what Shopify provides natively.Documentation Index
Fetch the complete documentation index at: https://docs.toebox.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported warehouses
| Warehouse | Connection Type | Status |
|---|---|---|
| Snowflake | Connection string | Available |
| PostgreSQL | Connection string | Available |
Snowflake setup
Create a read-only user (recommended)
In your Snowflake account, create a dedicated user for ToeBox:
Add the integration in ToeBox
Navigate to Integrations and click Connect on the Snowflake card. Fill in:
- Account — Your Snowflake account ID (e.g.,
xy12345.us-east-1) - Username —
toebox_reader - Password — The password you set
- Warehouse —
COMPUTE_WH(or your preferred warehouse) - Database — The database name
- Schema — The default schema (typically
PUBLIC)
PostgreSQL setup
Add the integration in ToeBox
Navigate to Integrations and click Connect on the PostgreSQL card. Fill in:
- Host — Your database host
- Port — Default is
5432 - Database — The database name
- Username —
toebox_reader - Password — The password you set
- SSL — Enable if required by your database provider
Schema browser
Once a data warehouse is connected, ToeBox provides a schema browser in the Analytics page:- Browse all tables in your database
- View column names and data types
- Preview sample data
- Copy table and column names into your SQL queries
Security considerations
- Credentials are encrypted at rest in ToeBox’s database
- Network access — Ensure your database allows connections from ToeBox’s IP addresses. Contact support@toebox.ai for the current IP allowlist.
- Read-only access — ToeBox enforces read-only queries at the application level, but using a read-only database user adds an additional safety layer
- No data storage — Query results are streamed to your browser and are not stored on ToeBox servers