OAuth

OpenRouter access token signing keys

RFC 7517 JWK Set containing the public keys OpenRouter signs access tokens with.

get/oauth/jwks

Response

JWK Set

Example response

{
  "keys": [
    {
      "alg": "ES256",
      "crv": "P-256",
      "kid": "or-2026-09",
      "kty": "EC",
      "use": "sig",
      "x": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
      "y": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0"
    }
  ]
}

Changes

Changed in 1 of the 223 revisions of this API.1