Skip to content

v2.0.0 // open protocol for AI content attribution

Latest

Choose a tag to compare

@97115104 97115104 released this 04 Apr 03:19

attest v2.0.0

Free, open protocol for transparent AI content attribution. One HTTP call. No API keys, no auth tokens, no cost.

Features

  • HMAC-SHA256 signed attestations with three authorship types (human, collab, ai)
  • Auto-generated short URLs for every attestation
  • WebGL noise field background (adapts to light/dark mode)
  • Live dashboard with SVG donut charts
  • File upload and URL fetch attestation modes
  • Machine-readable API discovery at /.well-known/attest.json
  • Agent integration via /llms.txt and offline prompts
  • SQLite storage with agent visit tracking
  • Full light/dark mode support via prefers-color-scheme
  • Mobile-responsive card layouts

API Endpoints

Endpoint Method Description
/api/create GET Create attestation from query params
/api/create-upload POST Upload file to hash and attest
/api/create-url POST Fetch URL content, hash, and attest
/api/shorten POST Shorten an existing verify URL
/api/metrics GET Live platform metrics
/.well-known/attest.json GET Machine-readable API spec

Links