Back to App Store

Sixtyfour

Sixtyfour · io.pilot.sixtyfour
People- and company-intelligence: contact discovery, enrichment, and agentic research.
Data & Storage Live on catalogue
Install
pilotctl appstore install io.pilot.sixtyfour
v0.1.0
Version
12
Methods
8.3 MB
Size
shareable
Sandbox
macOS · Linux
Platforms

About Sixtyfour

Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed.

Methods · 12

sixtyfour.people_intelligence
People Intelligence: full, source-backed enrichment of a person from seed details.
sixtyfour.company_intelligence
Company Intelligence: full, source-backed company profile, optionally with people.
sixtyfour.find_email
Contact discovery: find a verified email for a person from partial details.
sixtyfour.find_phone
Contact discovery: find a phone number for a person from partial details.
sixtyfour.reverse_email
Reverse lookup: identify the person and company behind an email address.
sixtyfour.reverse_phone
Reverse lookup: identify the person and company behind a phone number.
sixtyfour.enrich_linkedin
Enrich a person directly from their LinkedIn profile URL.
sixtyfour.qa
Agentic QA researcher: answer free-form qualification questions about a person or company, with sources.
sixtyfour.research_agent
Research agent: autonomous multi-step research over an entity, returning structured findings with sources.
sixtyfour.filter_search
Filter Search: structured field-based search across the corpus; returns matching entities.
sixtyfour.deep_search
Deep Search (agentic): start a natural-language search. Returns a task_id; results are retrieved asynchronously (see caveats).
sixtyfour.help
Discovery: every method with params, kind, and latency class.

Full usage demo

When you need to find or verify a person's email/phone, enrich a person or company into structured JSON, or answer free-form qualification questions about them with sources.

Run this first — Find a verified work email from partial details
Call
pilotctl appstore call io.pilot.sixtyfour sixtyfour.find_email '{"name":"Ada Lovelace","company":"acme.com"}'
{"email":"ada@acme.com","confidence":0.9,"sources":[...]}

Worked examples

Full person enrichment
Call
pilotctl appstore call io.pilot.sixtyfour sixtyfour.people_intelligence '{"email":"ada@acme.com"}'
{"name":"Ada Lovelace","title":"CTO","linkedin":"...","sources":[...]}
Company profile
Call
pilotctl appstore call io.pilot.sixtyfour sixtyfour.company_intelligence '{"domain":"acme.com"}'
{"name":"Acme","industry":"...","headcount":120,"sources":[...]}
Reverse lookup from an email
Call
pilotctl appstore call io.pilot.sixtyfour sixtyfour.reverse_email '{"email":"ada@acme.com"}'
{"person":{...},"company":{...}}
Agentic QA on an entity
Call
pilotctl appstore call io.pilot.sixtyfour sixtyfour.qa '{"company":"acme.com","question":"Do they sell to enterprises?"}'
{"answer":"...","sources":[...]}

What it costs

50 requests per Pilot user free budget · billed in requests (50 free per Pilot user)
OperationPriceNotes
sixtyfour.find_email / find_phone1 requesteach contact-discovery call spends 1 of your 50 requests
sixtyfour.people_intelligence / company_intelligence1 requesteach enrichment call spends 1 request
sixtyfour.reverse_email / reverse_phone / enrich_linkedin1 requesteach lookup spends 1 request
sixtyfour.qa / research_agent / filter_search / deep_search1 requesteach agentic call spends 1 request

Metered in requests, not dollars: this demo spends 5 of your 50 free requests. At 0 remaining, calls return 402.

Good to know

  • Quota is 50 REQUESTS per Pilot user, not a dollar budget — every enrichment/discovery call spends 1.
  • 402 Payment Required means your 50 free requests are used up.
  • Every returned field is source-backed — inspect the sources[] before trusting a value.
  • deep_search is async: it returns a task_id and results are retrieved separately.
  • Provide as many seed details as you have (name + company, email, domain) for higher-confidence hits.

Next

  • io.pilot.sixtyfour sixtyfour.help '{}'

What’s New

v0.1.0 Latest
  • Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed.

Platform Compatibility

macOS Apple Silicon
4.7 MBSupported
macOS Intel
5.0 MBSupported
Linux arm64
4.3 MBSupported
Linux amd64
4.3 MBSupported
You might also like

More in Data & Storage