openapi: 3.0.2 info: title: Keep actions Keep API API description: Rest API powering https://platform.keephq.dev and friends 🏄‍♀️ version: 0.24.5 tags: - name: Keep API paths: /: get: summary: Root description: App desctiption and version. operationId: root__get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Keep API components: securitySchemes: API Key: type: apiKey in: header name: X-API-KEY HTTPBasic: type: http scheme: basic OAuth2PasswordBearer: type: oauth2 flows: password: scopes: {} tokenUrl: token