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

# Kernel API

> Resolve company identities, map corporate parentage, and enrich firmographic data with a simple async API

Resolve company identities with a stable, canonical entity ID, map parent and top-parent relationships in corporate hierarchies, and enrich entities with firmographic data. The Kernel API matches messy, inconsistent company names and attributes to a single entity using agentic identity resolution.

<Card title="Quickstart" icon="rocket" href="/guides/quickstart" horizontal>
  Resolve your first company in under two minutes.
</Card>

## API reference

<Columns cols={2}>
  <Card title="Resolve entity" icon="magnifying-glass" href="/api-reference/endpoint/create-entity-resolution">
    Submit a company to resolve its identity.
  </Card>

  <Card title="Get result" icon="rotate" href="/api-reference/endpoint/get-entity-resolution">
    Poll for the status and result of a resolution job.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Get firmographics" icon="building" href="/api-reference/endpoint/get-firmographics">
    Retrieve firmographic data for a resolved entity.
  </Card>

  <Card title="Poll enrichment job" icon="clock" href="/api-reference/endpoint/get-firmographics-job">
    Poll the status of a firmographic enrichment job.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Resolve parent" icon="sitemap" href="/api-reference/endpoint/resolve-parent">
    Start a parent hierarchy resolution job for a resolved entity.
  </Card>

  <Card title="Poll parent job" icon="rotate" href="/api-reference/endpoint/get-resolve-parent">
    Poll for the status and result of a parent resolution job.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Lookup LinkedIn company" icon="link" href="/api-reference/endpoint/create-linkedin-lookup">
    Start a provisional LinkedIn company lookup (not Kernel-verified).
  </Card>

  <Card title="Poll LinkedIn lookup" icon="rotate" href="/api-reference/endpoint/get-linkedin-lookup">
    Poll for the status and result of a LinkedIn lookup job.
  </Card>
</Columns>
