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

# Companies

> Browse teams, leavers, and role mix — then turn a company into a Target.

**Companies** is the dashboard page (`/dash/explore/companies`). Subtitle in the app: *Browse teams, leavers, and role mix.*

Open a company for:

| Dashboard           | Meaning                                           |
| ------------------- | ------------------------------------------------- |
| **Current team**    | People in the graph who work there now            |
| **Recent leavers**  | Alumni / past                                     |
| **Add all to list** | Dump the visible tab onto a [List](/guides/lists) |

Counts on the company read *N current* and *N alumni / past*. Role chips use the same families as Search: Forward-Deployed Engineer, Software Engineer, Deployment Strategist, Founding Engineer.

## Turn it into a Target

From **Targets**, kind **Company**, button **Start company search**. That is the standing version of this page — new hires and alumni keep showing up for you to [Accept](/guides/targets).

## Integrator names

| Dashboard            | REST                           | MCP                           |
| -------------------- | ------------------------------ | ----------------------------- |
| Companies            | `GET /companies`               | `expand` with a company orbit |
| Company page         | `GET /companies/:key`          | `current` + `leavers`         |
| Start company search | `POST /targets` `kind=company` | `watch` `company`             |

Playground: [Company search](/api-reference/companies/search), [Orbit](/api-reference/companies/orbit).
