first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:52:23 +03:00
commit 880f412e2c
2662 changed files with 866266 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
health:
get:
operationId: getHealth
summary: Health check
description: |
Returns the health status of the Bifrost server. Checks connectivity to config store,
log store, and vector store if configured.
tags:
- Health
responses:
'200':
description: Server is healthy
content:
application/json:
schema:
$ref: '../../schemas/management/health.yaml#/HealthResponse'
'503':
description: Service unavailable
content:
application/json:
schema:
$ref: '../../schemas/inference/common.yaml#/BifrostError'