> ## Documentation Index
> Fetch the complete documentation index at: https://langwatch.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Langy Overview

> Langy is the automated AI engineer inside LangWatch that reads your traces and evals, writes Scenario tests, and opens PRs for the CI to run the evals and validate improvements.

<Frame caption="The Langy panel open on the LangWatch home. Ask it a question and it starts reading your traces.">
  <img src="https://mintcdn.com/langwatch/6W_w4oAKDAm7lUJ_/images/langy/overview/chat-panel-empty.png?fit=max&auto=format&n=6W_w4oAKDAm7lUJ_&q=85&s=147604d2e9b627932b73f33a5b0cf838" alt="The Langy home with the chat panel open and suggested prompts" width="3024" height="1612" data-path="images/langy/overview/chat-panel-empty.png" />
</Frame>

Langy is a full coding-agent harness running in a sandbox, with access to everything you grant it in your LangWatch account, so it fully understands your agents, evals, and prompts. Being a coding agent, it connects to your GitHub, runs code, experiments with improvements, and contributes them back as pull requests.

With a CI pipeline that reaches your other systems, Langy runs its evals against your real agent pipeline, however complex it is.

Langy uses your own model accounts and API keys. Every turn it takes is itself a traced, costed run in your LangWatch project, so you watch Langy work with the same tools you use to watch your own agents.

## Where to go next

<CardGroup cols={2}>
  <Card title="Getting started" icon="play" href="/docs/langy/getting-started">
    Enable Langy, pick a model or sign in with Codex, and review the first pull request.
  </Card>

  <Card title="How Langy works" icon="diagram-project" href="/docs/langy/how-langy-works">
    The mechanism: a gVisor-sandboxed opencode worker whose only interface to LangWatch is the `langwatch` CLI.
  </Card>

  <Card title="Ask Langy" icon="comments" href="/docs/langy/chat">
    The chat panel and the kinds of questions Langy answers, from regressions to cost spikes.
  </Card>

  <Card title="Models and Codex" icon="microchip" href="/docs/langy/models">
    The model picker, bring your own API key, and signing in with your OpenAI account for Codex.
  </Card>

  <Card title="Security and the sandbox" icon="shield-halved" href="/docs/langy/security/sandbox">
    What the sandbox can and cannot reach, and where the boundaries sit.
  </Card>

  <Card title="Self-hosting Langy" icon="server" href="/docs/self-hosting/langy/overview">
    Ships enabled in the Helm chart, sandboxed with gVisor by default.
  </Card>
</CardGroup>
