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

# AI Ark

> Connect AI Ark to Deepline, configure credentials, and run people search, company search, email finding, phone lookup, and export actions.

Use AI Ark through Deepline when you need people search, company search, email finding, mobile phone lookup, exports, or reverse lookup actions from an agent-callable API.

## Connect AI Ark

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **AI Ark**.
4. Add the API credentials for the AI Ark workspace you want Deepline to use.
5. Run the connection test before using the action in a workflow.

## Common actions

* People search
* Company search
* Find emails
* Mobile phone finder
* Reverse lookup
* Export people and export results

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/ai_ark_people_search/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"company_name":"ExampleCo"}}'
```

For provider positioning, use the [AI Ark GTM Stack profile](https://deepline.com/gtm-stack/providers/ai-ark).
