← All apps

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 parameters

New Feedback

Triggers when new feedback is submitted for a run.

  • 1 parameters

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 parameters

Update Run

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

  • 4 parameters

Create Feedback

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

  • 6 parameters

Create Dataset

Creates a new evaluation dataset in LangSmith.

  • 3 parameters

Create Example

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

  • 4 parameters

Update Example

Updates an existing example in a dataset.

  • 3 parameters

Create Project

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

  • 2 parameters

Get Run

Retrieves a specific run by its ID.

  • 1 parameters

Make HTTP Request

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