# Identity Discovery

Discover and verify the identity of Blackcat Informatics® Inc. via standard protocols.

## Endpoints

| Protocol | URL | Content-Type |
|----------|-----|-------------|
| WebFinger | `https://blackcatinformatics.ca/.well-known/webfinger` | `application/jrd+json` |
| DID | `https://blackcatinformatics.ca/.well-known/did.json` | `application/did+json` |
| Web Bot Auth | `https://blackcatinformatics.ca/.well-known/http-message-signatures-directory` | `application/http-message-signatures-directory+json` |

## WebFinger

Query `/.well-known/webfinger` for `acct:work.with.us@blackcatinformatics.ca` to discover profile links, OpenPGP keys, and linked-data endpoints.

## DID Document

The DID document at `/.well-known/did.json` provides a `did:web:blackcatinformatics.ca` decentralized identifier with verification methods.

## Web Bot Auth

The JWKS directory at `/.well-known/http-message-signatures-directory` publishes Ed25519 public keys for HTTP message signature verification (RFC 9421).
