OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"BrunoSan Chat API","version":"1.0.0"},"paths":{"/auth/login":{"post":{"summary":"Login","description":"Simple auth — checks Neo4j via graph-api or falls back to\nenv-configured admin credentials for MVP.","operationId":"login_auth_login_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}