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

# Superline Agent Detection

> A lightweight, high-performance library for detecting AI agents in real-time from browser sessions

<img className="block dark:hidden" src="https://mintcdn.com/superline/XLde9u1lu22bS2G-/logo/light.svg?fit=max&auto=format&n=XLde9u1lu22bS2G-&q=85&s=3da37908799939ccb9842e6b1791f9fb" alt="Superline Logo" width="2411" height="379" data-path="logo/light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/superline/XLde9u1lu22bS2G-/logo/dark.svg?fit=max&auto=format&n=XLde9u1lu22bS2G-&q=85&s=4b367d67286fc9e9c8fa486633e44c57" alt="Superline Logo" width="2411" height="379" data-path="logo/dark.svg" />

## What is Superline Agent Detection?

Superline Agent Detection is a lightweight, high-performance library for detecting AI agents in real-time from browser sessions based on browser environment metadata and behavioral patterns.

The library extracts features from browser metadata and behavioral data (mouse movements, keyboard patterns, scroll behavior, clicks) and processes them through a logistic regression model to calculate detection probability.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running with Superline Agent Detection in minutes
  </Card>

  <Card title="Installation" icon="download" href="/installation">
    Learn how to install and integrate the library into your project
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={3}>
  <Card title="Real-time Detection" icon="gauge-high">
    Detect AI agents in real-time with minimal performance impact
  </Card>

  <Card title="Browser Behavioral Analysis" icon="arrow-pointer">
    Analyze mouse movements, keyboard patterns, scroll behavior, and clicks
  </Card>

  <Card title="Analytics Integration" icon="chart-line">
    Easily integrate with popular analytics providers like Google Analytics and Mixpanel
  </Card>
</CardGroup>

## Get Started

Ready to distinguish AI agents from human users on your website? Jump into our [quick start guide](/quickstart) or explore our comprehensive documentation to learn more about how Superline Agent Detection works.

<div className="mt-8">
  [![GitHub](https://img.shields.io/github/stars/superline-ai/agent-detection?style=social)](https://github.com/superline-ai/agent-detection)
  [![npm version](https://img.shields.io/npm/v/%40superline-ai%2Fagent-detection)](https://www.npmjs.com/package/@superline-ai/agent-detection)
  [![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/superline-ai/agent-detection/blob/main/LICENSE)
</div>

<Note>
  This is an early version of the library and is not yet recommended for production use.
</Note>
