integration-page

A set of rules for creating Langfuse integration pages as executable Jupyter notebooks, which are documents containing runnable code and explanations.

In plain words
What is it for?
It is for writing cookbook pages that explain and demonstrate Langfuse integrations with frameworks, tools or platforms.
Why use it?
It gives integration guides a consistent location, naming scheme, metadata and structure, so readers can run and test connections between Langfuse and other tools.

Cursor rule for Codex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/langfuse/langfuse-docs/integration-page
Clone the repo
git clone --depth 1 https://github.com/langfuse/langfuse-docs

Made for: Codex.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 1,497 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01497
Opus 5 $0.00000 $0.00749
Sonnet 5 $0.00000 $0.00299
Haiku 4.5 $0.00000 $0.00150

Measured yesterday against content hash 1d02110acd9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-page scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/cursor/rules/integration-page.mdc · 147 lines

How it starts

The opening of the file, as written. The whole thing — 147 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Integration Pages Guidelines

Overview

Integration pages document how to integrate Langfuse with various frameworks, tools, and platforms. They are written as Jupyter notebooks to enable users to easily run and test the integrations themselves. These pages serve as practical, executable guides for users looking to implement Langfuse in their existing tech stack.

File Placement

  • Place all integration pages in the /cookbook directory
  • Use a clear naming convention (e.g., integration_[framework_name].ipynb)

Frontmatter Configuration Options

Each integration page should define the following frontmatter fields:

  • title (string, required): The title of the integration, displayed prominently in both the header and index.

  • description (string, required): A concise, SEO optimized summary of the integration covered in the guide.

Content Structure

Each integration page should follow this specific structure:

H1 Title

  • A short, clear title for the integration
  • Example: "Integrate Langfuse with LlamaIndex Workflows"

Introduction

  • 1-2 sentences explaining what this cookbook is about
  • Example: "This guide shows you how to trace LlamaIndex Workflows with Langfuse to monitor and evaluate your AI application."

Framework/Tool Introduction

  • Brief explanation of the framework/tool being integrated
  • Include a link to the official documentation
  • Example:
> **What are LlamaIndex Workflows?** [LlamaIndex Workflows](mdc:https:/docs.llamaindex.ai/en/stable/module_guides/workflow) is a flexible, event-driven framework designed to build robust AI agents. In LlamaIndex, workflows are created by chaining together multiple steps—each defined and validated using the `@step` decorator. Every step processes specific event types, allowing you to orchestrate complex processes such as AI agent collaboration, RAG flows, data extraction, and more.

Langfuse Introduction

  • Brief explanation of Langfuse and its benefits
  • Example:

Read the full file on GitHub · 147 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 147 lines · 0 tokens per session scan A 1d02110acd9d

Subscribe to this mod's changes

integration-page is a cursor rule published in the GitHub repository langfuse/langfuse-docs (237 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,497 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.