Skip to content

Authentication & Keys

HyperMesh DB API keys have the format hmdb_<64 hex chars>.

Set HMDB_API_KEY=hmdb_yourkey at startup to create an admin key automatically.

Terminal window
hmdb add-key --role readwrite --description "my-app"
hmdb list-keys
hmdb revoke-key key_a3f9c2b1
Terminal window
HMDB_AUTH_DISABLED=1 hmdb serve