What you can do
Import Dashboards
Create complete dashboards with multiple charts in a single API call.
Manage API Keys
Generate and manage API keys for programmatic access.
Chart Types
Discover all supported chart types and aggregation functions.
Multi-Section Layouts
Build dashboards with KPI cards, category tabs, and custom templates.
How it works
- Create an API key via the Settings UI or the API Key Management endpoints
- Define your dashboard as a JSON payload with charts, measures, dimensions, and layout
- POST to
/v1/sdk/import— the SDK creates experiments, a facade, and wires everything together - View your dashboard in the Tarvah UI immediately
Two import modes
| Mode | Payload | Result |
|---|---|---|
| Simple | { charts: [...] } | 1 experiment, 1 facade |
| Sections | { sections: [{ charts: [...] }] } | N experiments (one per section), 1 facade |