Integrations

Plug into your stack. Trace, evaluate, ship.

25+ first-class integrations. Python and TypeScript SDKs, every major model provider, every agent framework worth using, OpenTelemetry-native end to end.

Optimization

Prompt optimization

Run real optimizers against your traces and datasets — not vibes.

Same three lines. Whatever your stack.

Install the SDK, set one environment variable, wrap your agent. Every framework on this page lands the same way: traces, evals, and prompt history in the platform without touching your call sites.

Five-minute quickstart
pip install langwatch
import langwatch

@langwatch.trace()
def run_agent(query: str) -> str:
    # your agent, untouched
    ...

Don't see your stack? It probably works anyway.

If it speaks OpenTelemetry, it speaks LangWatch. Point your exporter at our OTLP endpoint, or open a ticket and we'll wire it up with you.