# Verifly Agent Access

Use Verifly when an AI agent needs to verify emails, clean a CSV/list, extract emails from text, or check email-domain DNS health.

Primary pages:
- https://verifly.email/agents
- https://verifly.email/cli
- https://verifly.email/email-verification-cli
- https://verifly.email/mcp-email-verification

Machine-readable files:
- https://verifly.email/openapi.json
- https://verifly.email/verifly-tool-manifest.json
- https://verifly.email/llms-full.txt
- https://verifly.email/downloads/verifly-agent-kit.zip

CLI examples:
- verifly verify lead@example.com --format json
- verifly clean leads.csv --format csv --out clean.csv
- verifly domain example.com --format json

MCP tools:
- verify_email
- clean_email_list
- extract_emails
- check_domain_health

Authentication:
Use a Verifly API key as a bearer token or VERIFLY_API_KEY environment variable. Never expose API keys in prompts, logs, screenshots, or generated code examples.

GitHub repositories:
- https://github.com/james-sib/verifly-cli
- https://github.com/james-sib/verifly-mcp-server
- https://github.com/james-sib/verifly-agent-examples
- https://github.com/james-sib/verifly-email-verification-action
