72
/100
prowl
Benchmarked Apr 08, 2026

DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

emailaiapi platform_profile
Benchmark Your API

Score Breakdown

Auth Simplicity 9/10
Token Efficiency 9/10
First-Try Success 9/10
Parseability 8/10
Latency 7/10
Consistency 6/10
Error Clarity 4/10
Documentation 3/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
```json
{
  "service_type": "platform",
  "base_url": "https://dropmail.me",
  "auth_method": "token",
  "auth_config": {
    "token_location": "url_path",
    "description": "Token-based authentication via URL path parameter"
  },
  "endpoints": [
    {
      "path": "/api/graphql/{token}",
      "method": "POST",
      "description": "GraphQL endpoint for all operations",
      "supports_subscriptions": true
    },
    {
      "path": "/api/graphql/{token}/websocket", 
      "method": "WS",
      "description": "WebSocket endpoint for real-time subscriptions"
    }
  ],
  "pricing_model": {
    "type": "unknown",
    "details": {
      "note": "Pricing information not found in documentation"
    }
  },
  "rate_limits": {},
  "capabilities": [
    "temporary_email_creation",
    "ephemeral_inbox_management", 
    "real_time_email_notifications",
    "attachment_support",
    "unlimited_mailbox_size",
    "configurable_retention_period",
    "multiple_domain_support",
    "graphql_api",
    "websocket_subscriptions",
    "programmatic_email_access"
  ],
  "raw_analysis": "DropMail.me is a specialized platform providing temporary email services through a GraphQL API. It enables developers to programmatically create and manage ephemeral email addresses that persist for 10 minutes or longer. Key features include unlimited mailbox size, attachment support, and real-time email notifications via WebSocket subscriptions. The platform uses token-based authentication where the token is embedded in the API endpoint URL. It supports multiple programming languages with SDK examples for Python (using gql library) and JavaScript (using graphql-request and graphql-ws). The service appears to be developer-focused, providing both HTTP and WebSocket interfaces for different use cases. The platform offers random domain selection and seems designed for testing, development, and automation scenarios where temporary email addresses are needed. The GraphQL interface provides a modern, flexible API design compared to traditional REST APIs for email services."
}
```
Execute

2/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200585ms
robots_txtGET /robots.txt200119ms
llms_txtGET /llms.txt404119ms
Interpret
Looking at this temporary email platform (dropmail.me), I'll evaluate it from an AI agent efficiency perspective.

```json
{
  "overall": 69,
  "dimensions": {
    "token_efficiency": 9.0,
    "first_try_success": 9.0,
    "response_parseability": 8.0,
    "error_clarity": 4.0,
    "doc_quality": 3.0,
    "auth_simplicity": 9.0,
    "latency": 7.0,
    "consistency": 6.0
  },
  "pricing_normalized": {},
  "issues": [
    "No llms.txt file found (404) - missing AI agent guidance",
    "Robots.txt blocks API access (/api/graphql/) which limits programmatic use",
    "Pricing information not available in documentation",
    "Limited public API documentation accessibility",
    "No security headers detected on main endpoints"
  ],
  "recommendations": [
    "Add llms.txt file with clear API usage guidelines for AI agents",
    "Make API documentation publicly accessible and remove robots.txt blocks",
    "Publish transparent pricing information",
    "Add comprehensive getting started guide for developers",
    "Implement security headers for better platform trust",
    "Consider adding a status page for reliability transparency"
  ]
}
```

**Strengths**: Excellent concept clarity (temporary email), immediate access without complex auth, strong programmatic capabilities with GraphQL API and WebSocket support.

**Weaknesses**: Poor documentation accessibility, API blocked by robots.txt, unclear pricing, and lack of AI-specific guidance despite having developer-focused features.

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/dropmail">
  <img src="https://prowl.world/badge/dropmail.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard