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

# Introduction

> Security and governance for AI coding agents

# What is Turen?

Turen gives your organization visibility and control over AI coding agents like Claude Code, without slowing developers down. It runs a lightweight agent on each developer's machine (macOS, Linux, or Windows) to enforce security rules, record sessions, and report telemetry.

<CardGroup cols={2}>
  <Card icon="shield-halved" title="Built-In Rules">
    Block dangerous commands, prompt injections, and secret exposure before they happen.
  </Card>

  <Card icon="play" title="Session Replay">
    Record and replay every Claude Code session with full analytics and searchability.
  </Card>

  <Card icon="chart-line" title="LLM Telemetry">
    Track token usage, costs, latency, and model usage across your entire team.
  </Card>

  <Card icon="server" title="Fleet Management">
    Monitor every agent machine, enforce policies centrally, and manage access at scale.
  </Card>
</CardGroup>

## Who is Turen for?

**Security teams** who need guardrails around AI agent usage: blocking dangerous commands, detecting prompt injection attempts, and preventing secret leakage.

**Engineering leaders** who want visibility into how AI agents are being used: what code is being generated, what tools are being invoked, and how much it costs.

**Compliance teams** need an audit trail of every AI interaction for regulatory requirements.

## How it works

Turen deploys a lightweight agent on each developer's machine. The agent includes:

1. **A background daemon** that registers with your Turen organization, syncs policies, and uploads session data.
2. **A local proxy** that sits between Claude Code and the Anthropic API, enforcing rules and capturing telemetry.

Developers continue using Claude Code exactly as before: they just point it at the local proxy. Everything else is automatic.

## Platform Support

| Platform                          | Status        |
| --------------------------------- | ------------- |
| **macOS** (Apple Silicon & Intel) | Available now |
| **Linux** (x86\_64 & arm64)       | Available now |
| **Windows 11** (amd64 & arm64)    | Available now |

| AI Agent           | Status      |
| ------------------ | ----------- |
| **Claude Code**    | Supported   |
| **Cursor**         | Coming soon |
| **Github Copilot** | Coming soon |

<Card icon="rocket" href="/get-started/quickstart" title="Ready to get started?">
  Set up Turen in under 5 minutes.
</Card>
