# Agent Credits

## Intro

Credits are a unit of action in HockeyStack Agents. Credits are used for:

* AI Reasoning
* Enrichment
* Actions

Credits are not used for:

* Bulk data syncing tasks
* Every single granular LLM call
* Scoring
* Internal actions like reading a report's data or fetching records

## Pricing Table

<table><thead><tr><th>Category</th><th>Sub-Category</th><th width="216.3984375">Action / Description</th><th>Credit Cost</th><th>Notes / Examples</th></tr></thead><tbody><tr><td><strong>AI Reasoning</strong></td><td>Base Reasoning</td><td>Standard reasoning step</td><td><strong>1</strong></td><td>Applies to each logical step in an agent</td></tr><tr><td><strong>Enrichment</strong></td><td>Online Research</td><td>Low Complexity (Simple Lookup)</td><td><strong>1</strong></td><td><em>Example:</em> Have they raised funding?</td></tr><tr><td></td><td></td><td>Medium Complexity (Many Sources)</td><td><strong>2</strong></td><td><em>Example:</em> What are their stated strategic priorities?</td></tr><tr><td></td><td></td><td>High Complexity (Deep Research)</td><td><strong>5</strong></td><td><em>Example:</em> Pfizer clinical trials, teams, competitors, risks</td></tr><tr><td><strong>Contact Enrichment</strong></td><td>Infrastructure</td><td>Hitting 3rd-party API (non-HockeyStack)</td><td><strong>1</strong></td><td>Applies when external API is used</td></tr><tr><td></td><td>Profile</td><td>Title, current company, past jobs</td><td><strong>2</strong></td><td>Basic contact profile</td></tr><tr><td></td><td>Email</td><td>Work email</td><td><strong>2</strong></td><td>Verified business email</td></tr><tr><td></td><td></td><td>Personal email</td><td><strong>4</strong></td><td>Higher cost due to data sourcing</td></tr><tr><td></td><td></td><td>Hashed email (Advertising)</td><td><strong>4</strong></td><td>Used for ad targeting</td></tr><tr><td></td><td>Phone</td><td>Phone number</td><td><strong>10</strong></td><td>Highest cost contact data</td></tr><tr><td></td><td>Search</td><td>Find new contacts</td><td><strong>1 per contact</strong></td><td>Charged per result returned</td></tr><tr><td><strong>Company Enrichment</strong></td><td>Profile</td><td>Company profile</td><td><strong>2</strong></td><td>Basic firmographics</td></tr><tr><td></td><td>Hiring</td><td>Company new hires</td><td><strong>4</strong></td><td>Enrichment metered per company</td></tr><tr><td></td><td>Contacts</td><td>Find contacts</td><td>Refer to Contact Search</td><td>Same pricing as contact search</td></tr><tr><td></td><td>Org Data</td><td>Department headcount</td><td><strong>2</strong></td><td>Per company</td></tr><tr><td></td><td>Infrastructure</td><td>Hitting 3rd-party API</td><td><strong>1</strong></td><td>When not using HockeyStack data</td></tr><tr><td></td><td>Search</td><td>Technographics</td><td>2</td><td></td></tr><tr><td></td><td>Org Data</td><td>Funding / Financial Signals</td><td>1</td><td></td></tr><tr><td></td><td>Search</td><td>Job Posts</td><td>2</td><td></td></tr><tr><td><strong>Company Search</strong></td><td>Discovery</td><td>Find new companies</td><td><strong>1 per company</strong></td><td>Charged per company result</td></tr><tr><td><strong>Actions</strong></td><td>Tasking</td><td>Create task for a rep</td><td><strong>2</strong></td><td>Includes task creation</td></tr><tr><td></td><td>Messaging</td><td>Send Slack message</td><td><strong>2</strong></td><td>Per message</td></tr><tr><td></td><td>CRM</td><td>CRM or marketing automation record create/update</td><td><strong>2</strong></td><td>Per operation</td></tr><tr><td></td><td>Ads</td><td>Ads audience sync</td><td><strong>2</strong></td><td>Per sync</td></tr><tr><td></td><td>Sales Engagement</td><td>SEP sequence enrollment</td><td><strong>2</strong></td><td>Per enrollment</td></tr></tbody></table>

## Methods for estimating credits

Each agent estimates credit consumption before running. Examples of cost calculators can be found on our [live demo](https://live-demo.hockeystack.com/live-demo/agents).

<figure><img src="/files/8yxc9AliLfOLQTC42pQD" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hockeystack.com/revenue-agents/hockeystack-revenue-agents/agent-credits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
