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

# Introduction

> Give bossradar a LinkedIn company — get back its decision makers.

## What bossradar does

You submit a company (URL, slug, numeric id, or name). bossradar resolves it, harvests the
roster, classifies who actually decides, enriches the shortlist, and returns a **ranked verdict**
of decision makers.

Jobs run **asynchronously** — minutes, not milliseconds (third-party data + LLM). You either
**poll** for status or receive a **webhook** when the job is done.

<CardGroup cols={3}>
  <Card title="Decision-makers, not a directory" icon="user-tie">
    We classify the roster and surface who signs off — owners, execs, leaders.
  </Card>

  <Card title="One company in, minutes out" icon="clock">
    Submit a company; results come back once resolved, enriched, and ranked.
  </Card>

  <Card title="API, webhooks, dashboard" icon="webhook">
    Pull over REST, get a callback when a job is done, or watch progress live.
  </Card>
</CardGroup>

## Authentication

Every request needs your API key in the `X-API-Key` header. Grab it in the
[dashboard](https://app.bossradar.com/dashboard) — it looks like `brk_live_…`. `POST /jobs`
spends money, so it is never anonymous.

<Note>
  Your key is auto-created when you sign up — no setup step. Regenerate it anytime in the dashboard.
</Note>

## Next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Submit your first company and read back the decision makers.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Every endpoint, with an interactive playground.
  </Card>
</CardGroup>
