← All apps

Automate Langfuse for free on Stepper

Langfuse is an open-source LLM engineering platform for debugging, monitoring, and improving LLM applications. Trace, evaluate, and manage your AI applications with comprehensive observability.

I want to integratewithSee how to connect Langfuse to ...

Triggers available for Langfuse on Stepper

New Trace

Triggers when a new trace is created in Langfuse. Polls the traces list ordered by newest first.

  • 2 parameters

New Score

Triggers when a new score is created in Langfuse. Useful for reacting to quality evaluations.

  • 1 parameters

Actions available for Langfuse on Stepper

Ingest Trace

Creates a new trace in Langfuse. A trace represents a single request or operation in your LLM application.

  • 12 parameters

Log Generation

Logs an LLM generation (model call) as an observation within a trace. Captures model, tokens, cost, and input/output.

  • 17 parameters

Create Score

Creates a score (quality signal) for a trace or observation. Use to record evaluation results, user feedback, or automated quality metrics.

  • 8 parameters

Create Prompt

Creates a new version of a prompt template in Langfuse. If the prompt name already exists, a new version is added. Supports both text and chat prompt formats.

  • 5 parameters

Get Trace

Retrieves a trace by its ID, including all associated observations.

  • 1 parameters

List Traces

Retrieves a paginated list of traces with optional filters.

  • 9 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.