{"resource_type":{"id":217,"name":"langfuse","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"base_url\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Official cloud service URL or a custom domain for self-hosted environments.\",\n\t\t\t\"default\": \"https://cloud.langfuse.com\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"public_key\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"public key of workspace\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"placeholder\": \"pk-lf-xxxx\"\n\t\t},\n\t\t\"secret_key\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"secret key of workspace\",\n\t\t\t\"default\": \"\",\n\t\t\t\"nullable\": false,\n\t\t\t\"placeholder\": \"sk-lf-xxxx\",\n\t\t\t\"password\": true\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"public_key\",\n\t\t\"secret_key\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"base_url\",\n\t\t\"public_key\",\n\t\t\"secret_key\"\n\t]\n}","approved":true,"app":"","description":"Langfuse is an open-source LLM observability platform that supports self-hosting.","created_by":"github833","created_at":"2025-02-07T17:00:45.473Z"}}