# Vimehi — High-Deliverability Email & Verification Platform
> Next-generation cloud email infrastructure, real-time MX/SMTP handshake validation, and deliverability automation suite.

## About Vimehi
Vimehi is an enterprise-grade email deliverability and verification platform designed to prevent bounces, protect domain reputation, and accelerate marketing conversion rates. It executes multi-layered verification algorithms including DNS MX lookup, real-time SMTP handshakes without sending test emails, disposable domain filtration, spam trap defense, and syntax typo detection.

- **Website**: https://vimehi.com
- **Live Single Verifier**: https://vimehi.com/verify/single
- **Bulk List Cleaner**: https://vimehi.com/verify/bulk
- **Pricing & Credit Packages**: https://vimehi.com/pricing
- **Full LLM Protocol Documentation**: https://vimehi.com/llms-full.txt
- **Autonomous Agent Manifest**: https://vimehi.com/agent.json

## Core Services & Capabilities
1. **Real-Time Single Email Verification**: Instant synchronous verification with deep diagnostic metrics (status, sub_status, MX records, free/disposable/role-based checks).
2. **High-Speed Bulk Cleaning**: Upload CSV/TXT files of up to 500,000 contacts for asynchronous background cleaning and deduplication.
3. **Disposable Domain Shield**: Blocks temporary, burner, and throwaway email providers at registration to prevent spam and fraud.
4. **Autonomous AI Agent Integration**: Standardized Agent Protocol at /agent.json allowing LLM agents to execute verification tasks autonomously.
5. **Marketing & Warmup Suite (Roadmap)**: Automated campaign workflows, transactional APIs, and peer-to-peer inbox warming.

## Live Pricing & Credit Packages (SSOT)
- **Starter**: 10,000 verification credits for $39.00 USD (Lifetime validity, pay-as-you-go)
- **Growth**: 50,000 verification credits for $149.00 USD (Lifetime validity, pay-as-you-go)
- **Pro**: 100,000 verification credits for $249.00 USD (Lifetime validity, pay-as-you-go)
- **Enterprise**: 500,000 verification credits for $799.00 USD (Lifetime validity, pay-as-you-go)

*Note: All credits include lifetime validity with zero monthly fees or recurring expirations.*

## API Quickstart for AI Agents & Developers
- **Single Verification Endpoint**: `POST https://vimehi.com/api/verify/single`
  - Request: `{ "email": "contact@example.com" }`
  - Response: `{ "success": true, "result": { "email": "contact@example.com", "status": "ok", "deliverability": "deliverable", "is_disposable": false, "is_free": false, "mx_found": true } }`
- **Agent Manifest**: https://vimehi.com/agent.json and https://vimehi.com/.well-known/agent.json
