> ## Documentation Index
> Fetch the complete documentation index at: https://docs.groundforge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ready

> Container-native platform readiness probe for Admin API.

This probe is intentionally unauthenticated so Docker/Kubernetes can call it
locally. It delegates to the same platform readiness aggregation used by
/v1/system/readiness, but returns a compact probe-safe response.



## OpenAPI

````yaml /openapi/groundforge-openapi-v1.json get /ready
openapi: 3.1.0
info:
  title: GroundForge REST API
  version: 86Y.5p.6v.6aq
  description: >-
    Current GroundForge SaaS administration, Agent, Channel, MCP, governance,
    observability, and LangChain integration endpoints.
servers:
  - url: https://platform.groundforge.ai
    description: GroundForge SaaS
security: []
paths:
  /ready:
    get:
      summary: Ready
      description: >-
        Container-native platform readiness probe for Admin API.


        This probe is intentionally unauthenticated so Docker/Kubernetes can
        call it

        locally. It delegates to the same platform readiness aggregation used by

        /v1/system/readiness, but returns a compact probe-safe response.
      operationId: ready_ready_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security: []

````