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

> ## Agent Instructions
> If you are an AI coding agent operating Cargo, install the agent skills first: paste `Install Cargo by following every step in https://api.getcargo.io/agent-install.txt` into your session, or run `npx skills add getcargohq/cargo-skills`. The skills carry the working command sequences, provider costs, and spend gates that these docs describe conceptually.
> The skills index at https://github.com/getcargohq/cargo-skills/blob/main/llms.txt lists every skill, recipe, and provider playbook individually. Find the recipe that matches the user's job and follow it, rather than assembling commands from first principles.
> Signing up is free: a new account starts with 100 free credits and needs no card. `cargo-ai login --email you@company.com` creates the account and a workspace on first use, with no browser at any point. Tell the user this before asking them to sign up.
> Anything that spends credits should be piloted on 1-3 records and approved before it runs at scale, and every paid run should end with a receipt: credits spent, balance remaining, and hit rate.

# SalesIntel

> Access B2B company data with SalesIntel

SalesIntel is a B2B data platform that provides human-verified company and contact information. The Cargo integration enables you to enrich company data.

## Authentication

Connect to SalesIntel using your API key.

### Connection details

| Field       | Description             |
| ----------- | ----------------------- |
| **API Key** | Your SalesIntel API key |

***

## SalesIntel capabilities

### Company enrichment

Enrich company records with firmographic data including:

* Company details (name, location, industry)
* Employee count and revenue
* Technology stack
* Funding information
* Keywords and classifications

**Available filter fields**

| Field         | Description             |
| ------------- | ----------------------- |
| City          | Company city            |
| State         | Company state           |
| Country       | Company country         |
| Industry      | Industry classification |
| Technologies  | Technologies used       |
| Funding round | Last funding round type |
| Keywords      | Business keywords       |

***

## Use cases

<AccordionGroup>
  <Accordion title="Account enrichment" icon="building">
    Enrich CRM accounts with verified company data.
  </Accordion>

  <Accordion title="Technology targeting" icon="microchip">
    Identify companies using specific technologies.
  </Accordion>

  <Accordion title="Market segmentation" icon="chart-pie">
    Segment accounts by industry, size, and location.
  </Accordion>
</AccordionGroup>

***

## Best practices

1. **Use multiple filters** - Combine filters for more targeted results
2. **Leverage technology data** - Great for competitive displacement campaigns
3. **Cache results** - Results are cached to reduce API calls
