CrawlDex
Check

Developer hub

Add the trust record before the browser opens.

The Agent Trust Record is one call before your agent acts, then optional echoes and reports after the run.

Integration path

Agent ready
5 min
curl quickstart
4 calls
resolve to report
0 raw
private artifacts

Quickstart

ATR in 5 minutes

Put one call before your agent acts: fetch the Agent Trust Record, decide whether to continue, and keep the issued record id with the run.

1 · curl

Read the trust record.

ATR curl

bash

curl -i https://crawldex.vercel.app/api/v1/trust-record/netflix.com/subscriptions.cancel

✓ verified working 2026-07-03 · https://crawldex.vercel.app · developers-atr-curl · 2026-07-03T10:04:15.000Z

All examples on this page are execution-verified against the origin shown. The same paths will be served unchanged at https://api.crawldex.com once the custom domain is attached.

2 · MCP

Call get_trust_record from an agent client.

The MCP page documents `get_trust_record` first and keeps `preflight` as the compatibility alias. The copyable local config snippets set `CRAWLDEX_CHANNEL` so installs are attributed to the right launch surface without changing canonical CrawlDex URLs.

Read MCP guide

3 · SDK

Use the JS trustRecord helper.

The repo SDK exposes `trustRecord`, but the npm package still resolves to an older release without that helper. The copyable SDK snippet is deferred until the package version can be verified from a clean install against the stamped origin.

API reference

Trust record, echo, reporting, and tiers

MCP and reports

Connect, then close the loop