Overview
Add Sixtyfour AI to any ModuleX agent or workflow. AI-powered contact discovery and lead/company enrichment against the Sixtyfour AI REST API (api.sixtyfour.ai). Find verified emails and phone numbers for a prospect, and turn thin lead or company records into researched profiles with structured data, source references, and a confidence score.
Categories: Sales · Enrichment · Sales Engagement · Auth: API Key · Actions: 4
Authentication
API Key Authentication
Authenticate using your Sixtyfour AI API key1
Step 1
Sign up or log in at https://app.sixtyfour.ai
2
Step 2
Open your account settings and locate the API keys section
3
Step 3
Create a new API key or copy your existing one
4
Step 4
Paste the API key below
Required Credentials
Available Actions
find_phone — Find phone numbers for a lead using Sixtyfour AI.
find_phone — Find phone numbers for a lead using Sixtyfour AI.
find_email — Find email addresses for a lead using Sixtyfour AI.
find_email — Find email addresses for a lead using Sixtyfour AI.
enrich_company — Enrich company data with additional information and find associated people using Sixtyfour AI.
enrich_company — Enrich company data with additional information and find associated people using Sixtyfour AI.
Parameters
object
required
Company data as a JSON object (e.g. {“name”: “Acme Inc”, “domain”: “acme.com”})
object
required
Fields to collect as a JSON object. Keys are field names, values are descriptions (e.g. {“website”: “Company website URL”, “num_employees”: “Employee count”})
boolean
Whether to find people associated with the company
boolean
Whether to retrieve the full organizational chart
string
Optional strategy describing how the agent should search for information
string
Description of people to find (roles, responsibilities)
object
Custom schema for returned lead data as a JSON object
Response
Limits & Quotas
- Enrichment is long-running.
enrich_leadandenrich_companyperform deep research — typical P95 runtime is ~5 minutes and can reach ~10 minutes for complex records. The client timeout for these tools is set to 15 minutes;find_email/find_phoneuse a 2-minute timeout. - Credit usage scales with the requested struct. Request only the fields you need to keep credit consumption down.
- Error model: non-2xx responses and timeouts are caught and returned
as
success=False+errorrather than raising. Plan retries on the agent side based on the error string.