Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: OpenHands Add Git Providers Health 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: Health
paths:
/health:
get:
summary: Health
operationId: health_health_get
responses:
'200':
description: Successful Response
content:
application/json:
schema:
type: string
title: Response Health Health Get
tags:
- Health
components:
securitySchemes:
APIKeyHeader:
type: apiKey
in: header
name: X-Session-API-Key