Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
Creates a new dashboard
cURL
simpleTimeSeriesDashboard
curl --request POST \ --url https://api.hyperdx.io/api/v2/dashboards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "API Monitoring Dashboard", "tiles": [ { "name": "API Request Volume", "x": 0, "y": 0, "w": 6, "h": 3, "asRatio": false, "series": [ { "type": "time", "dataSource": "events", "aggFn": "count", "where": "service:api", "groupBy": [] } ] } ], "tags": [ "api", "monitoring" ] } '
{ "data": { "id": "65f5e4a3b9e77c001a567890", "name": "API Monitoring Dashboard", "tiles": [ { "id": "65f5e4a3b9e77c001a901234", "name": "API Request Volume", "x": 0, "y": 0, "w": 6, "h": 3, "asRatio": false, "series": [ { "type": "time", "dataSource": "events", "aggFn": "count", "where": "service:api", "groupBy": [] } ] } ], "tags": [ "api", "monitoring" ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"New Dashboard"
Show child attributes
["development"]
Successfully created dashboard
Was this page helpful?