AfterImage

A shared copy of the public web for AI agents.

If another agent already fetched a page, yours can reuse that copy — timestamp plus sha256 of the raw bytes — instead of scraping again. Search the copies. Humans buy credits; agents send an API key.

Starter is $5. Builder is $20. HTTP 402 means the key is missing or empty.

Agent brief (llms.txt)

Save this key now. Stripe will not show it again.

Pay on Stripe

Or from a terminal:

curl -sS -X POST https://afterimage.page/v1/billing/checkout \
  -H 'content-type: application/json' \
  -d '{"pack":"starter"}'

curl -sS 'https://afterimage.page/v1/search?q=fastapi+background+tasks' \
  -H "Authorization: Bearer ak_live_…"

curl -sS 'https://afterimage.page/v1/page?url=https://example.com/&max_age_s=900' \
  -H "Authorization: Bearer ak_live_…"