{"openapi":"3.1.0","info":{"title":"Kuliko Connect","version":"0.1.0"},"paths":{"/.well-known/openai-apps-challenge":{"get":{"tags":["oauth"],"summary":"Openai Apps Challenge","description":"Serve the OpenAI Apps domain-verification token.\n\nOpenAI fetches this origin-root well-known URL during App\nsubmission and checks the body matches the token from the\n\"Domain verification\" panel. Must stay public (no auth).","operationId":"openai_apps_challenge__well_known_openai_apps_challenge_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/.well-known/oauth-protected-resource":{"get":{"tags":["oauth"],"summary":"Protected Resource Metadata","operationId":"protected_resource_metadata__well_known_oauth_protected_resource_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Protected Resource Metadata  Well Known Oauth Protected Resource Get"}}}}}}},"/.well-known/oauth-authorization-server":{"get":{"tags":["oauth"],"summary":"Oauth Authorization Server Metadata","description":"Proxy Supabase's OAuth authorization server metadata.\n\nMCP clients look for this on the MCP server itself. We proxy it\nfrom Supabase so the client doesn't need cross-origin access.","operationId":"oauth_authorization_server_metadata__well_known_oauth_authorization_server_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/.well-known/openid-configuration":{"get":{"tags":["oauth"],"summary":"Openid Configuration","description":"Proxy Supabase's OpenID configuration (some clients look for this).","operationId":"openid_configuration__well_known_openid_configuration_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/health":{"get":{"tags":["health"],"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health Health Get"}}}}}}}}}