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

# Agent Primitives

> Low-level building blocks for agents: lookalike search, technography search, and deep research. Compose them into your own GTM workflows.

<Info>
  For AI agents: read [`llms.txt`](https://docs.openfunnel.dev/llms.txt) for a full index, and [Authentication](/agent-primitives/authentication) before calling any endpoint. Base URL: `https://api.openfunnel.dev`.
</Info>

Agent Primitives are the most widely used GTM Flows exposed through APIs. Primitives are stateless data fetchers designed to be **chained inside an agent loop**, to build your own custom workflows.

## Primitives

<CardGroup cols={3}>
  <Card title="Lookalike search" icon="clone" href="/agent-primitives/search-lookalikes">
    Find companies similar to a seed set.
  </Card>

  <Card title="Technography search" icon="microchip" href="/agent-primitives/search-companies-by-tech-stack">
    Find companies by tech stack from recent job posts.
  </Card>

  <Card title="Deep research" icon="magnifying-glass-chart" href="/agent-primitives/deep-research">
    Answer natural-language questions about a single company.
  </Card>
</CardGroup>

## Helpers

Supporting endpoints for the primitives, country-code options, async job pollers, and company lookup. See the **Helpers** group in the sidebar.

## Authentication

All primitive requests require the `X-API-Key` header. See [Authentication](/agent-primitives/authentication) to get a key.

## Pricing

See [Credits](/agent-primitives/credits) for the per-endpoint credit costs.
