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

# Wiza

> Connect Wiza to enrich contact profiles with emails and phone numbers in your workflows.

## How to set up Wiza

### Authentication

Wiza uses API key authentication:

1. Sign up at [wiza.co](https://wiza.co)
2. Navigate to your API settings
3. Copy your API key
4. Paste the API key in Cargo when connecting

## Wiza actions

### Enrich person

Get comprehensive contact information including emails and phone numbers.

**Input fields (provide as many as available):**

* **Full name**: Person's full name
* **Company**: Company name
* **Domain**: Company domain
* **Profile URL**: LinkedIn profile URL
* **Email**: Known email address

**Data type options:**

* **Work email**: Professional email address
* **Personal email**: Personal email address
* **Phone**: Phone number

**Use case:** Enrich contact profiles with verified email and phone data.

## Response data

Wiza enrichment returns:

| Field           | Description          |
| --------------- | -------------------- |
| full\_name      | Person's full name   |
| first\_name     | First name           |
| last\_name      | Last name            |
| title           | Job title            |
| company         | Company name         |
| work\_email     | Professional email   |
| personal\_email | Personal email       |
| phone           | Phone number         |
| linkedin\_url   | LinkedIn profile URL |

## Retry behavior

Wiza actions include automatic retry logic:

* Maximum 11 retry attempts
* Exponential backoff (starting at 2 seconds)
* Handles rate limits automatically

## Best practices

* Provide LinkedIn URL for most reliable matching
* Include company domain when available
* Select only the data types you need
* Use caching to avoid redundant enrichment
* Combine with verification for highest data quality
