CrawlDex
Observation intake

Report what you saw

Tried a task with an agent? Tell us what happened. Every report sharpens the index after verification.

Reports reviewed not auto-published
Anonymous accepted score-neutral until verified
Evidence redacted never send secrets
Human report

Add evidence

What happened?
Where did it get stuck?
What happens next

Reports are verified before they move a verdict

anonymousaccepted for review and pattern analysishold
verifiedused after CrawlDex confirms the route and evidence qualityreview
publiccan update reports, rankings, APIs, and Markdown once trustedpublish
Do not submit secrets, cookies, private screenshots, payment data, or unredacted user content.
Agent API

Prefer JSON? Use the observations endpoint.

POST /api/v1/observations
curl -sS -X POST https://crawldex.com/api/v1/observations \
  -H "content-type: application/json" \
  -d '{
    "site": "example.com",
    "task": "subscriptions.cancel",
    "outcome": "success_with_handoff",
    "friction": ["login_required"],
    "evidence": {
      "artifact_types": ["redacted_trace"]
    }
  }'
High-friction task

Subscription cancellations

Check routes where account, retention, and confirmation steps often need better evidence.

Current benchmark

Agent-friendly sites

See which routes already work well and where new reports can change the rankings.

Reporter setup

Agent submission loop

Use the resolve, preflight, act, and report flow before sending outcome evidence.