Automate LangSmith for free on Stepper

LangSmith is an LLM observability and evaluation platform by LangChain. Trace, evaluate, and debug your LLM applications with detailed run logging, dataset management, and feedback collection.

I want to integratewithSee how to connect LangSmith to ...

Triggers available for LangSmith on Stepper

New Run

Triggers when a new run (LLM trace) is created in LangSmith.

  • 1 parameter s

New Feedback

Triggers when new feedback is submitted for a run.

  • 1 parameter s

Actions available for LangSmith on Stepper

Create Run

Creates a new run (LLM trace entry) in LangSmith. Use this to log LLM calls from your Stepper workflows.

  • 10 parameter s

Update Run

Updates an existing run with outputs, end time, or error information. Useful for streaming completions.

  • 4 parameter s

Create Feedback

Submits feedback (evaluation score) for a specific run in LangSmith.

  • 6 parameter s

Create Dataset

Creates a new evaluation dataset in LangSmith.

  • 3 parameter s

Create Example

Adds a new example (input/output pair) to an existing dataset.

  • 4 parameter s

Update Example

Updates an existing example in a dataset.

  • 3 parameter s

Create Project

Creates a new LangSmith project (tracer session) to group related runs.

  • 2 parameter s

Get Run

Retrieves a specific run by its ID.

  • 1 parameter s

Make HTTP Request

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