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

# Is Saas



## OpenAPI

````yaml /openapi/openhands-cloud.json get /saas
openapi: 3.1.0
info:
  title: OpenHands
  description: 'OpenHands: Code Less, Make More'
  version: 0.0.1
servers: []
security: []
paths:
  /saas:
    get:
      summary: Is Saas
      operationId: is_saas_saas_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````