Guides
Custom Dashboards
Build tailored views of your process data for different audiences.
Meridian's dashboard builder lets you compose views from our chart library — KPI cards, process maps, conformance timelines, variant tables, and more. Dashboards can be scoped to specific processes, teams, or time ranges.
Creating a dashboard
- —Navigate to Dashboards → New Dashboard
- —Select a layout template or start with a blank canvas
- —Drag widgets from the panel and configure their data sources
- —Set filters (process, date range, attribute conditions)
- —Save and share with your team or embed via iframe
Embedding dashboards
Embed any dashboard in your internal tools using a signed iframe URL. The URL includes an expiring token so you don't need to expose API credentials.
bash
GET /v1/dashboards/{dashboardId}/embed-url
Response:
{
"url": "https://app.meridian.io/embed/dash_xxxx?token=...",
"expiresAt": "2026-02-10T10:00:00Z"
}