From ba3ca4acbb7aa373a00eac530143d16317b98a09 Mon Sep 17 00:00:00 2001 From: annabellscha <123618421+annabellscha@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:07:04 +0200 Subject: [PATCH] Fix Langfuse account creation URL Updated the URL for creating a Langfuse account to the AI cloud version. --- skills/langfuse/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/langfuse/SKILL.md b/skills/langfuse/SKILL.md index 6dc1d6d..bd9a542 100644 --- a/skills/langfuse/SKILL.md +++ b/skills/langfuse/SKILL.md @@ -71,7 +71,7 @@ export LANGFUSE_SECRET_KEY=sk-lf-... export LANGFUSE_BASE_URL=https://cloud.langfuse.com # example for EU cloud. For US cloud it's us.cloud.langfuse.com, and can also be a self-hosted URL. The server must always be specified in order to access Langfuse. ``` If `LANGFUSE_BASE_URL` is used instead of `LANGFUSE_HOST`, run `export LANGFUSE_HOST="$LANGFUSE_BASE_URL"`. -If not set, ask the user to set them in their shell or a `.env` file. Keys are found in the Langfuse project under Settings -> API Keys; the user should create a project API key pair there. If they do not have a Langfuse account yet, share that they can create one for free at `https://langfuse.com/cloud`. Do not ask them to paste keys into chat for security reasons. +If not set, ask the user to set them in their shell or a `.env` file. Keys are found in the Langfuse project under Settings -> API Keys; the user should create a project API key pair there. If they do not have a Langfuse account yet, share that they can create one for free at `https://langfuse.com/cloud-ai`. Do not ask them to paste keys into chat for security reasons. ### Detailed CLI Reference