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.
cURL
curl --request POST \ --url https://api.coval.dev/v1/dashboards \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "display_name": "Production Metrics" } '
{ "dashboard": { "name": "dashboards/abc123def456ghi789jklm", "display_name": "Production Metrics", "create_time": "2025-10-14T12:00:00Z", "update_time": "2025-10-14T12:00:00Z" } }
Create a new dashboard for your organization.
API key for authentication
Human-readable dashboard name
1 - 255
"Production Metrics"
Dashboard created successfully
Dashboard resource
Show child attributes
Was this page helpful?