diff --git a/docs.json b/docs.json
index 2607d64..5473d85 100644
--- a/docs.json
+++ b/docs.json
@@ -98,7 +98,7 @@
"user-events/custom"
]
},
- "features/triggers",
+ "features/automations",
"features/embedded-analytics"
]
},
@@ -465,9 +465,9 @@
"group": "Traces",
"pages": [
"api-reference/traces/overview",
- "api-reference/traces/get-trace-details",
+ "api-reference/traces/get-trace",
"api-reference/traces/get-thread-details",
- "api-reference/traces/search-traces",
+ "api-reference/traces/search",
"api-reference/traces/create-public-trace-path",
"api-reference/traces/delete-public-trace-path"
]
@@ -504,9 +504,9 @@
]
},
{
- "group": "Triggers",
+ "group": "Automations",
"pages": [
- "api-reference/triggers/create-slack-trigger"
+ "api-reference/automations/create-slack-automation"
]
},
{
@@ -614,6 +614,11 @@
"tagId": "GTM-KJ4S6Z9C"
}
},
+ "analytics": {
+ "posthog": {
+ "apiKey": "phc_oOlj3H19T2JlGbFXmrGrjSLbDPDNyPKYdIFaTdrkXOY"
+ }
+ },
"redirects": [
{
"source": "/ci/cache/busted/1773936454",
diff --git a/introduction.mdx b/introduction.mdx
index 3ea3780..3cc27a0 100644
--- a/introduction.mdx
+++ b/introduction.mdx
@@ -1,6 +1,6 @@
---
title: "LangWatch: The Complete LLMOps Platform"
-description: "Ship AI agents 8x faster with comprehensive observability, evaluation, and prompt optimization. Open-source platform, with over 2.5k stars on GitHub."
+description: "Ship AI agents 8x faster with comprehensive observability, evaluation, and prompt optimization. Open-source platform, with over 3k stars on GitHub."
sidebarTitle: Introduction
keywords: langwatch, llm, ai, observability, evaluation, prompt optimization, llmops, open-source, github
---
diff --git a/llms-full.txt b/llms-full.txt
index b343200..8aebd68 100644
--- a/llms-full.txt
+++ b/llms-full.txt
@@ -4,7 +4,7 @@
---
title: "LangWatch: The Complete LLMOps Platform"
-description: "Ship AI agents 8x faster with comprehensive observability, evaluation, and prompt optimization. Open-source platform, with over 2.5k stars on GitHub."
+description: "Ship AI agents 8x faster with comprehensive observability, evaluation, and prompt optimization. Open-source platform, with over 3k stars on GitHub."
sidebarTitle: Introduction
keywords: langwatch, llm, ai, observability, evaluation, prompt optimization, llmops, open-source, github
---
@@ -17,61 +17,29 @@ keywords: langwatch, llm, ai, observability, evaluation, prompt optimization, ll
/>
-## Quick Start
-Ready to start taking control of your LLM application quality? Quick start with observability or agent simulations right away:
+## Quick Start
-
-
-
-
+
+ **Starting from scratch?** Use [Better Agents](/better-agents/overview) to scaffold a new agent project.
+ **Want to install skills?** Browse the [Skills Directory](/skills/directory).
+
+
## What is LangWatch?
LangWatch is the **open-source** LLMOps platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications. All platform features are natively integrated to accelerate the development workflow.
@@ -80,22 +48,14 @@ Building AI applications is hard. Developers spend weeks debugging issues, optim
LangWatch provides the missing operations platform for AI applications. Every LLM call, tool usage, and user interaction is automatically tracked with detailed traces, spans, and metadata. See the full conversation flow, identify bottlenecks, and understand exactly how your AI applications behave in production.
+## What LangWatch Does
-## For Every Role
-
-LangWatch serves different needs across your organization, providing value to every team member working with AI applications.
-
-### For Developers
-
-Debug faster with detailed traces that show exactly what happened in each LLM call. Build datasets from production data, run batch evaluations, and continuously improve your AI applications with comprehensive debugging tools and performance insights.
-
-### For Domain Experts
-
-Easily sift through conversations, see topics being discussed, and annotate messages for improvement in a collaborative manner with the development team. Provide feedback on AI outputs and help guide quality improvements through intuitive interfaces.
-
-### For Business Teams
-
-Track conversation metrics, user analytics, and cost tracking with custom dashboards and reporting. Monitor AI application performance, understand user behavior, and make data-driven decisions about your AI investments.
+
+
+
+
+
+
## Where to Start?
@@ -423,6 +383,7 @@ Use LangWatch to effortlessly integrate with popular AI model providers
No-code agent builders and tools
+
@@ -455,6 +416,10 @@ title: Quick Start
mode: "wide"
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch helps you understand every user interaction (**Thread**), each individual AI task (**Trace**), and all the underlying steps (**Span**) involved. We've made getting started super smooth.
Let's get cracking.
@@ -869,6 +834,10 @@ icon: python
keywords: langchain, instrumentation, callback, langwatch, python, tracing
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch integrates with Langchain to provide detailed observability into your chains, agents, LLM calls, and tool usage.
## Installation
@@ -951,6 +920,10 @@ description: Instrument Agno agents with LangWatch’s Python SDK to send traces
keywords: agno, openinference, langwatch, python, tracing, observability
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch integrates with Agno through OpenInference instrumentation to capture traces from your Agno agents automatically.
## Installation
@@ -2929,6 +2902,10 @@ icon: python
keywords: langgraph, instrumentation, callback, langwatch, python, tracing
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch integrates with LangGraph to provide detailed observability into your graph-based agents, LLM calls, and tool usage.
## Installation
@@ -3773,6 +3750,10 @@ icon: python
keywords: openai, instrumentation, autotrack, langwatch, python
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch integrates with OpenAI to automatically capture detailed information about your LLM calls.
## Installation
@@ -5601,6 +5582,10 @@ icon: square-js
keywords: langchain, instrumentation, callback, langwatch, typescript, tracing
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+
LangWatch integrates with Langchain to provide detailed observability into your chains, agents, LLM calls, and tool usage.
## Installation
@@ -5670,6 +5655,10 @@ sidebarTitle: Vercel AI SDK
keywords: vercel ai sdk, langwatch, tracing, observability, vercel, ai, sdk
---
+
+ **Quick setup?** Instead of following these steps manually, [copy a prompt](/skills/code-prompts#instrument-my-code) into your coding agent and it will set this up for you automatically.
+
+