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

# Welcome to Keverd Docs

> Identify devices, score risk, and stop fraud.

# Welcome to Keverd Docs

Keverd helps you identify devices and decide risk on login, checkout, and other sensitive actions.

## How it works

1. **Collect in the browser** with a **public** API key (`kv_pk_…`)
2. Send the returned **`event_id`** to your backend
3. **Verify on the server** with a **secret** API key (`kv_sk_…`)
4. Enforce the returned **`action`**: `allow`, `soft_challenge`, `hard_challenge`, or `block`

## Start here

* [Quickstart](/quickstart)
* [JavaScript SDK](/java-script-1)
* [Node.js server SDK](/server/node)
* [Webhooks](/server/webhooks)

## Keys

| Key     | Prefix                        | Where                          |
| ------- | ----------------------------- | ------------------------------ |
| Public  | `kv_pk_test_` / `kv_pk_live_` | Browser / mobile SDKs          |
| Secret  | `kv_sk_test_` / `kv_sk_live_` | Your servers only              |
| Webhook | `whsec_`                      | Webhook signature verification |

Get keys at [dashboard.keverd.com](https://dashboard.keverd.com) → **Integrate → API keys**.
