Skip to main content
POST
/
api
/
v1
/
runtime
/
observability
/
dashboard-tabs
Upsert a dashboard tab (CLI metrics sync)
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/observability/dashboard-tabs \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "agentId": "<string>",
  "sortOrder": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
required

Tab name (display label).

agentId
string

Agent UUID. Defaults to the agent bound to the API key.

sortOrder
integer

Optional sort order. When omitted on first insert, defaults to MAX(sort_order)+1.

Response

Tab upserted successfully.