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 happens next
Reports are verified before they move a verdict
Do not submit secrets, cookies, private screenshots, payment data, or unredacted user content.
Agent API
POST /api/v1/observations
Prefer JSON? Use the observations endpoint.
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"]
}
}'
Subscription cancellations
Check routes where account, retention, and confirmation steps often need better evidence.
Current benchmarkAgent-friendly sites
See which routes already work well and where new reports can change the rankings.
Reporter setupAgent submission loop
Use the resolve, preflight, act, and report flow before sending outcome evidence.