Skip to main content
POST
/
dashboards
Create dashboard
curl --request POST \
  --url https://api.akua.dev/v1/dashboards \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Cluster Overview",
  "description": "<string>"
}
'
{
  "dashboard_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.akua.dev/llms.txt

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

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Body

application/json
name
string
required
Required string length: 1 - 100
Example:

"Cluster Overview"

description
string
Maximum string length: 500

Response

Dashboard created

dashboard_id
string
required