# Introducing Warp Factories

Open, flexible infrastructure for building your own cloud software factory. [Learn More](/content/factories/index.html)

## Agent Kits

Pre-built agent workflows that plug directly into your stack, one click to deploy, full control to customize.

### Fraud: Run Setup

- **Fraud_Detection_Agent**: Run
- **Trigger**: Fraud_analysis

#### Skill

- **Model**: console.cloud.google.com

### Core User Facts

| User Name          | Email Domain         | Country | Signup Date | Agent Mode | Requests (30d) | Reload Dollars | Sub Type |
|--------------------|----------------------|---------|-------------|------------|-----------------|----------------|----------|
| jon.chen2001       | gmail.com            | US      | 2024-03-15  | 23021500   | Enterprise       |
| sarah.mitchell     | gmail.com            | US      | 2021-09-12  | 18001200   | Growth           |
| qbridge            | hotmail.com          | UK      | 2025-07-24  | 1005       | Free             |
| 44nodes            | hotmail.com          | US      | 2025-11-08  | 10010      | Free             |
| emma.thompson      | gmail.com            | China   | 2022-04-30  | 16001100   | Pro              |
| shrahani1          | gmail.com            | India   | 2024-01-17  | 25001700   | Enterprise       |

### Fraud: Code Search

```sql
SELECT conversation_id, distinct_users, user_ids, conversation_start_date
FROM number_users_participation_in_conversation
WHERE distinct_users > 5
ORDER BY distinct_users
```

### Github Activity

- Add qbridge.site and 44nodes.me to fraudy domains   #7032
- Open fraud_agent wants to merge 1 commit into `develop` from `fraud-remediation-2026-01-20`

### Fraud Detection Analysis

#### Patterns Identified
1. **toolkitten.club**: 412 users, $1,610 free spend. Verdict: Block domain.
2. **idflow.in**: 437 users, $1,820 free spend. Verdict: Block domain.
3. **rk-signups.ru.com**: 138 users, $864 free spend. Verdict: Block domain.
4. **burner-auth4.io**: 98 users, $588 free spend. Verdict: Block domain.
5. **spambotdomain5.xyz**: 53 users, $342 free spend. Verdict: Block domain.
6. **devloop.me**: 21 users, $128 free spend. Verdict: Block domain.

### Fraud Detection Agent Package

Autonomously monitors signups, usage patterns, and conversation data to block fraud rings and quantify impact.

[Try agent](/content/agent-kits/fraud-detection-agent/index.html)

### CRO: Run Setup

- **CRO_Agent**: Run
- **Trigger**: Warp_Research

### Page Scope Expansion

- 210 daily visitors (6,312 pageviews over 30 days)
- 19.40% download CTA click rate.
- US traffic converts at 13.90%.

### Conversion Ratio Optimization Agent Package

Autonomously tests landing page variants, identifies what converts, and turns marketing pages into compounding growth loops.

[Try agent](/content/agent-kits/conversion-ratio-optimization-agent/index.html)

### Risk, Trust & Safety

#### Fraud Detection Agent

Autonomously monitors signups, usage patterns, and conversation data to block fraud rings and quantify impact. Model: GPT-5

### Get Warp Terminal

Get early access to unreleased and experimental features with [Warp Preview](/content/download-preview/index.html)

### Download Instructions

#### Mac

- [Download](https://app.warp.dev/get_warp?package=dmg)
- `brew install --cask warp`

#### Linux

- [Download .deb](https://app.warp.dev/get_warp?package=deb)
- [Download .rpm](https://app.warp.dev/get_warp?package=rpm)

#### Windows

- [Download .exe](https://app.warp.dev/get_warp?package=exe_x86_64)
- `winget install Warp.Warp`
