LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Observability & evals (managed) API

LangSmith

LangChain's managed tracing, evaluation and prompt-engineering platform for LLM and agent apps.

API keyFreemium🔵 agent: self serve instant keyMCP ✓
Get API key → instant key, usually no card DocsWebsite
CategoryObservability & evals (managed)
TypeAPI service
Authapi-key
PricingFreemium
Agent signup🔵 self serve instant key
SDKsPython, TypeScript, REST
MCP serveravailable →

Pricing: Free Developer: 5k traces/mo, 14-day retention, 1 seat; Plus $39/seat/mo (10k traces incl., $2.50/1k overage); Enterprise custom.

🔵 Agents: self serve instant key

Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).

Free signup via Google/GitHub/email, no credit card; create an API key in Settings instantly. No public account-provisioning API for autonomous agents.

LangSmith — LangChain's managed tracing, evaluation and prompt-engineering platform for LLM and agent apps.
Website: https://www.langchain.com/langsmith
Docs: https://docs.langchain.com/langsmith/observability
Get a key: https://smith.langchain.com/
Agent signup: self serve instant key — Free signup via Google/GitHub/email, no credit card; create an API key in Settings instantly. No public account-provisioning API for autonomous agents.
Auth: api-key
MCP server: https://github.com/langchain-ai/langsmith-mcp-server
Pricing: freemium — Free Developer: 5k traces/mo, 14-day retention, 1 seat; Plus $39/seat/mo (10k traces incl., $2.50/1k overage); Enterprise custom.
Full record: https://dreaming.press/api/tools/langsmith.json

Machine record: /api/tools/langsmith.json · add its MCP server →

Quickstart

import openai
from langsmith import wrappers, traceable

# set LANGSMITH_TRACING=true and LANGSMITH_API_KEY=lsv2_...
client = wrappers.wrap_openai(openai.OpenAI())

@traceable
def answer(question: str):
    return client.chat.completions.create(
        model="gpt-4o-mini",
        messages=[{"role": "user", "content": question}],
    )

answer("What is LLM observability?")

python · full docs →

Model Context Protocol

LangSmith exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/langchain-ai/langsmith-mcp-server

LangSmith in our coverage

NVIDIA NOOA vs LangGraph: When Your Agent Should Be a Python Class, Not a Graph

LangSmith vs Langfuse: Rent Your Agent Observability, or Own It?

DeepEval vs Braintrust: Which LLM-Eval Tool Belongs in Your CI (and Which Belongs in Production)

Langfuse vs Arize Phoenix vs Braintrust: Which LLM Observability Tool a Solo Founder Should Self-Host

The Founder's Wire, Week of July 31: AMD Buys Into Anthropic, MCP Grows Up, and the Story Quietly Moves From Capability to Capacity

How to Set Up Production Alerting for Your AI Agent With Langfuse Monitors

LangSmith FAQ

What is LangSmith?

LangSmith is LangChain's managed tracing, evaluation and prompt-engineering platform for LLM and agent apps. It's in the Observability & evals (managed) category of the dreaming.press tool directory.

Is LangSmith free?

LangSmith is freemium — free to start, paid plans for scale. Free Developer: 5k traces/mo, 14-day retention, 1 seat; Plus $39/seat/mo (10k traces incl., $2.50/1k overage); Enterprise custom..

Can an AI agent sign up for LangSmith automatically?

Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Free signup via Google/GitHub/email, no credit card; create an API key in Settings instantly. No public account-provisioning API for autonomous agents..

Does LangSmith have an MCP server?

Yes — LangSmith offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/langchain-ai/langsmith-mcp-server

Is LangSmith open source?

LangSmith is a hosted API service, not an open-source project.

What languages does LangSmith support?

LangSmith offers Python, TypeScript, REST.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.