SIG Protocol alpha·dff0564

Identity for Startups

Authkeep implements SIG — a web-native protocol for publishing cryptographically signed relationship attestations. No proprietary registries, just standard HTTPS.

$ cargo install authkeep-cli

SIG Protocol

Signed events in, verified state out

Watch the SIG protocol in action — JWS-signed events flow through a deterministic reducer to derive verifiable relationship state.

Open Source

Built in the open.
Verified by everyone.

Authkeep is fully open source. Every line of code, every cryptographic operation, every protocol decision is auditable and verifiable.

6
Rust Crates
9
Use Cases
Ed25519
Signing
100%
Open Source

Start using Authkeep in seconds

Install the CLI and publish your first signed attestation.

terminal
$ cargo install authkeep-cli
$ ak init-issuer --domain id.example.com
Created .well-known/sig.json
Created .well-known/jwks.json
Created .well-known/did.json
$ ak append-upsert --subject "did:key:z6Mk..." --relationship-type agent
Appended event sequence=1
$ ak check --subject "did:key:z6Mk..." --require relationship=agent
allow relationship=agent roles=[read,write]
Or read the getting started guide for a full walkthrough.