> ## 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.

# Credits

> Per-endpoint credit costs for the Agent Primitives APIs. Billable responses echo credits_consumed; empty results are free.

Credits are charged only for data a primitive actually returns. Every billable response echoes the exact amount in its `credits_consumed` field, empty result sets are always free, and async jobs are billed once on completion — never for polling.

**Unit:** `1C = 1 Credit`

## Primitives

| Endpoint                                                               | Credits                                                                     |
| ---------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| `GET /api/v1/account/search-lookalikes` — Search Lookalikes            | 1C per company returned                                                     |
| `POST /api/v1/account/search-lookalikes-bulk` — Search Lookalikes Bulk | 1C per company returned                                                     |
| `GET /api/v2/tech/companies` — Search Companies by Tech Stack          | 0.5C per company                                                            |
| `POST /api/v2/research/deep` — Deep Research                           | 1 charge per successful call (per-call price configured for your workspace) |

## Helpers

Discovery, lookup, and job-control endpoints are **free**.

| Endpoint                                                                                  | Credits |
| ----------------------------------------------------------------------------------------- | ------- |
| `POST /api/v1/account/lookup-companies` — Lookup Companies                                | Free    |
| `GET /api/v2/tech/country-options` — List Country Codes                                   | Free    |
| `GET /api/v1/account/firmographic-options` — List Firmographic Options                    | Free    |
| `GET /api/v1/account/search-lookalikes-bulk/{job_id}` — Search Lookalikes Bulk Results    | Free    |
| `POST /api/v1/account/search-lookalikes-bulk/{job_id}/cancel` — Cancel Bulk Lookalike Job | Free    |

<Info>Cancelling a bulk job early caps spend — you are billed only for the companies delivered before the cancel.</Info>
