Enjab Developers
Enjab Mind

Authentication

Enjab Mind API keys, read vs write, and where to mint them.

Agents authenticate to the Enjab Mind MCP with an API key sent as a Bearer token:

Authorization: Bearer enjabmind_YOUR_KEY

Some clients label this a "header"; some send it for you after you paste the key. Where a client can't send custom headers to a remote MCP, use the mcp-remote proxy (shown per client in Connect an agent) with --header "Authorization: Bearer enjabmind_YOUR_KEY".

Minting keys

Staff sign in at mind.enjab.ae/dash/keys (Sign in with Enjab) and create a key per agent. The raw key is shown once, only its hash is stored, so copy it then. Lost a key? Revoke it and mint a new one.

Scopes

ScopeCan doUse for
Read onlysearch, list_lists, get_listMost agents (they recall saved things).
Read + writethe above plus create / update / delete lists and entriesAgents that curate the knowledge base.

Give each agent its own named key, so usage is traceable and you can revoke one without disrupting the others. Default to read-only; grant write only where an agent should add or edit.

On this page