Skip to main content
GET
Get kubeconfig
Updated August 24, 2026
The kubeconfig grants full cluster-admin access. Store it like a password and never commit it to a repository.

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

cluster_id
string
required

Cluster ID (short id, e.g. q7z7zg)

Response

Kubeconfig for kubectl

success
boolean
kubeconfig
string

kubeconfig YAML

api_endpoint
string
Example:

"https://q7z7zg.k8s.raffusercloud.com:6443"

Last modified on August 24, 2026