﻿> ## Documentation Index
> Fetch the complete documentation index at: https://agentstack.beeai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Jwks



## OpenAPI

````yaml /development/api-reference/openapi.json get /.well-known/jwks
openapi: 3.1.0
info:
  title: Agentstack server
  version: 0.6.3
servers: []
security: []
paths:
  /.well-known/jwks:
    get:
      tags:
        - auth
      summary: Jwks
      operationId: jwks__well_known_jwks_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````