Skip to main content
GET
List every public signing key this deployment can currently produce

Authorizations

Authorization
string
header
required

Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route except GET /health. See /api-reference/authentication.

Response

200 - application/json

Every key this deployment can currently produce a public key for.

keys
object[]
required