Bootstrap
Bootstrap Agent Identity from Kubernetes
Bootstrap an agent identity using a Kubernetes Service Account Token (SAT). This allows agents running in Kubernetes to automatically obtain cryptographic identities.
post/auth/bootstrap/kubernetes
Request body
Example request
{
"sat": "eyJhbGciOiJSUzI1NiIs..."
}Response
Agent identity bootstrapped successfully
Example response
{
"agent_id": "agent-bootstrapped-1234",
"private_key_b64": "MC4CAQAwBQYDK2VwBCIEIA...",
"public_key_b64": "MCowBQYDK2VwAyEA..."
}