|
| 1 | +{ |
| 2 | + "schema_version": 1, |
| 3 | + "id": "io.pilot.sixtyfour", |
| 4 | + "display_name": "Sixtyfour", |
| 5 | + "tagline": "People- and company-intelligence: contact discovery, enrichment, and agentic research.", |
| 6 | + "description_md": "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.", |
| 7 | + "vendor": { |
| 8 | + "name": "Sixtyfour", |
| 9 | + "publisher_pubkey": "ed25519:Jdb7+p9ekRD96GPlpx173dDt7dSIWgdDyLnVo2e4yi0=" |
| 10 | + }, |
| 11 | + "homepage": "https://sixtyfour.ai", |
| 12 | + "source_url": "https://docs.sixtyfour.ai", |
| 13 | + "license": "Proprietary", |
| 14 | + "categories": [ |
| 15 | + "data", |
| 16 | + "enrichment", |
| 17 | + "sales-intelligence" |
| 18 | + ], |
| 19 | + "keywords": [ |
| 20 | + "enrichment", |
| 21 | + "people", |
| 22 | + "company", |
| 23 | + "email", |
| 24 | + "phone", |
| 25 | + "lead", |
| 26 | + "research", |
| 27 | + "search" |
| 28 | + ], |
| 29 | + "size": { |
| 30 | + "bundle_bytes": 4898153, |
| 31 | + "installed_bytes": 8750172 |
| 32 | + }, |
| 33 | + "compat": { |
| 34 | + "min_pilot_version": "1.10.0", |
| 35 | + "runtimes": [ |
| 36 | + "go" |
| 37 | + ] |
| 38 | + }, |
| 39 | + "methods": [ |
| 40 | + { |
| 41 | + "name": "sixtyfour.people_intelligence", |
| 42 | + "summary": "People Intelligence: full, source-backed enrichment of a person from seed details." |
| 43 | + }, |
| 44 | + { |
| 45 | + "name": "sixtyfour.company_intelligence", |
| 46 | + "summary": "Company Intelligence: full, source-backed company profile, optionally with people." |
| 47 | + }, |
| 48 | + { |
| 49 | + "name": "sixtyfour.find_email", |
| 50 | + "summary": "Contact discovery: find a verified email for a person from partial details." |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "sixtyfour.find_phone", |
| 54 | + "summary": "Contact discovery: find a phone number for a person from partial details." |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "sixtyfour.reverse_email", |
| 58 | + "summary": "Reverse lookup: identify the person and company behind an email address." |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "sixtyfour.reverse_phone", |
| 62 | + "summary": "Reverse lookup: identify the person and company behind a phone number." |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "sixtyfour.enrich_linkedin", |
| 66 | + "summary": "Enrich a person directly from their LinkedIn profile URL." |
| 67 | + }, |
| 68 | + { |
| 69 | + "name": "sixtyfour.qa", |
| 70 | + "summary": "Agentic QA researcher: answer free-form qualification questions about a person or company, with sources." |
| 71 | + }, |
| 72 | + { |
| 73 | + "name": "sixtyfour.research_agent", |
| 74 | + "summary": "Research agent: autonomous multi-step research over an entity, returning structured findings with sources." |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "sixtyfour.filter_search", |
| 78 | + "summary": "Filter Search: structured field-based search across the corpus; returns matching entities." |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "sixtyfour.deep_search", |
| 82 | + "summary": "Deep Search (agentic): start a natural-language search. Returns a task_id; results are retrieved asynchronously (see caveats)." |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "sixtyfour.help", |
| 86 | + "summary": "Discovery: every method with params, kind, and latency class." |
| 87 | + } |
| 88 | + ], |
| 89 | + "changelog": [ |
| 90 | + { |
| 91 | + "Version": "0.1.0", |
| 92 | + "Date": "", |
| 93 | + "Notes": [ |
| 94 | + "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." |
| 95 | + ] |
| 96 | + } |
| 97 | + ], |
| 98 | + "links": [ |
| 99 | + { |
| 100 | + "label": "Source", |
| 101 | + "url": "https://docs.sixtyfour.ai" |
| 102 | + }, |
| 103 | + { |
| 104 | + "label": "Website", |
| 105 | + "url": "https://sixtyfour.ai" |
| 106 | + } |
| 107 | + ] |
| 108 | +} |
0 commit comments