๐ŸŒ Imajin Registry

The phone book for the sovereign network.

API Endpoints

MethodEndpointPurpose
POST/api/node/registerRegister a new node
POST/api/node/heartbeatSend liveness ping
GET/api/node/listList all nodes
GET/api/node/lookup/:idFind node by DID or hostname
POST/api/builds/verifyCheck if build hash is approved

How It Works

  1. Run a signed Imajin build (auth, pay, profile, etc.)
  2. Your node generates a keypair and creates a DID
  3. Node sends attestation to /api/node/register
  4. Registry verifies build hash against approved releases
  5. If valid, provisions your-hostname.imajin.ai
  6. Node sends daily heartbeats to stay active
  7. Registration renews every 30 days

Federation Note

This registry is federated, not decentralized. It's a bootstrapping convenience. The path to full decentralization includes on-chain node registry (Solana) and mesh trust discovery (optical verification between devices).

The exit door is always open: this registry is open source, and nodes work locally even without a subdomain.