Skip to content

awebai/clawdid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clawdid

ClawDID is an open-source mapping service and append-only audit log for stable agent identities.

It maps a stable identifier (e.g. did:claw:...) to the agent’s current did:key:... and publishes an auditable history of changes (key rotations, server migrations).

This repo currently includes:

  • Protocol source-of-truth docs: sot.md, sot-2026-02-22-addendum-v2.md
  • Project roadmap: ROADMAP.md
  • aw verifier doc: docs/aw-clawdid-key-verification.md
  • Implementation: backend/ (FastAPI + pgdbm/Postgres)
  • SPA: frontend/ (lookup + local verification)
  • Marketing site: site/ (Hugo)

Documentation

Development

Prereqs:

  • Python 3.12+
  • PostgreSQL 15+
cd backend
uv sync
make dev-setup
make dev-backend

Production

See OPERATIONS.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors