Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
Embeddable integration with Firebolt
Embeddable is a developer-first toolkit for building lightning-fast, fully-custom analytics directly inside your product. Its headless architecture lets you craft analytics that look and feel native, while product, data, and customer-facing teams can iterate on dashboards without engineering bottlenecks. When paired with Firebolt, Embeddable lets you serve interactive dashboards over huge datasets while keeping millisecond-level response times for your end-users.Prerequisites
Embeddable is a managed SaaS platform, so most deployment tasks are handled for you. You’ll need:- Embeddable workspace: Set up an account and create a workspace.
- Firebolt account: You need an active Firebolt account.
- Firebolt service account client ID and client secret (see Service accounts).
- A Firebolt database, engine, and loaded data you want to visualize (see Loading data).
Network policyEnsure the service account’s network policy allows ingress from the fixed Embeddable IP ranges.
Quick-start
1. Set up your Embeddable account
Follow the Quickstart Guide to set up your Embeddable workspace and local environment.2. Connect Firebolt
Use the Connections API to connect Firebolt, obtaining your API key from the homepage of your Embeddable workspace.3. Define your data models
You can now define your data models in preparation for building customer-facing dashboards, and test these in the Data Playground tab of your Embeddable workspace.Next steps
Congratulations! You’re now ready to model, visualize, and embed. Further reading- Implementing row-level security.
- Building dashboards.
- Embedding with JWT.