Introduction
Project Hermes — Cold outreach & lead generation platform
Welcome to Hermes
Project Hermes is Camie Tech's in-house cold outreach and lead generation platform. It automates the entire pipeline from lead discovery to email campaigns, inbox management, and infrastructure provisioning.
- API Reference — REST API for programmatic access to all Hermes features
- CLI Tool — Command-line interface for managing Hermes from your terminal
- Quickstart — Get up and running in 5 minutes
- Authentication — API keys and JWT token authentication
What Can Hermes Do?
🔍 Lead Discovery
Find leads from Facebook Ads and Google Ads automatically. Hermes scans ad libraries, extracts company data, and enriches contact information.
📧 Email Campaigns
Create and manage cold email campaigns with smart scheduling, timezone-aware sending, and automatic follow-ups.
📬 Unified Inbox
All replies land in one inbox. Read, reply, and manage conversations across all your mailboxes.
🏗️ Infrastructure
Provision VPS clusters, buy domains, create mailboxes — all automated. Hermes handles DNS, mail server setup, and warmup.
📱 SMS Outreach
Multi-channel outreach with SMS campaigns via Twilio integration.
✅ Email Validation
Validate email addresses before sending to maintain high deliverability.
Architecture
Hermes is built as a microservices platform with 6 subsystems behind a unified API Gateway:
| Subsystem | Name | Purpose |
|---|---|---|
| Sub-1 | Lead Discovery | Facebook/Google Ads scraping, lead processing |
| Sub-2 | Enrichment | Email credential management & validation |
| Sub-3 | Email Campaigns | Campaign creation, scheduling, sending |
| Sub-4 | Inbox | Unified inbox for all mailboxes |
| Sub-5 | Infrastructure | VPS, domains, mailbox provisioning (Contabo) |
| Sub-6 | SMS | SMS campaigns via Twilio |
The API Gateway (api.hermes.camie.ai) provides a single entry point with authentication, rate limiting, wallet-based billing, and request proxying.