openapi: 3.1.0 info: title: OpenHands Add Git Providers Alive API description: 'OpenHands: Code Less, Make More' version: 0.53.0 servers: - url: https://app.all-hands.dev description: Production server - url: http://localhost:3000 description: Local development server tags: - name: Alive paths: /alive: get: summary: Alive operationId: alive_alive_get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Alive components: securitySchemes: APIKeyHeader: type: apiKey in: header name: X-Session-API-Key