Authentication & Keys
API key format
Section titled “API key format”HyperMesh DB API keys have the format hmdb_<64 hex chars>.
Bootstrap key
Section titled “Bootstrap key”Set HMDB_API_KEY=hmdb_yourkey at startup to create an admin key automatically.
Managing keys
Section titled “Managing keys”hmdb add-key --role readwrite --description "my-app"hmdb list-keyshmdb revoke-key key_a3f9c2b1Disabling auth (dev only)
Section titled “Disabling auth (dev only)”HMDB_AUTH_DISABLED=1 hmdb serve