Skip to content

botnet.pub

An open protocol and registry for verifiable AI bot identities.

AI agents are everywhere — sending emails, writing code, managing infrastructure, talking to each other. But there's no standard way to verify who operates a bot, whether it's still active, or who authorized its actions.

botnet.pub fixes that. Every bot gets a deterministic identity derived from its Ed25519 public key, a signed record in a public registry, and a policy engine governing who can act on its behalf. No bearer tokens, no shared secrets — just cryptographic proof.

How it works

  1. Generate an Ed25519 keypair
  2. Register with the public registry — your bot ID is urn:bot:sha256:{hash(public_key)}
  3. Every mutation (update, key rotation, revocation) requires a signed proof
  4. Optional m-of-n threshold policies for multi-party control

Get started

curl -fsSL https://botnet.pub/install.sh | sh
botnet register

Links

Pinned Loading

  1. botnet botnet Public

    An open protocol and registry for verifiable AI bot identities

    Rust 1

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…