---
title: "Get Signing Keys"
method: GET
path: "/servers/signing-keys"
tags: ["Servers"]
---

# Get Signing Keys

`GET /servers/signing-keys`

Return the signed key bundle used by booting VMs to fetch and verify cosign/Helm keys.

Each entry in 'keys' is a base64-encoded public key; the corresponding entry in
'signatures' is a base64-encoded detached PGP signature produced by the root signing key.
Intentionally public — no mTLS required. Independent third parties and auditors can
fetch these public keys to verify TDX quotes without needing to be a VM client.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/revisions/352418d4e3a2/schema)
