TERMINAL & REST API GATEWAY

API Keys & Local System CLI

Generate cryptographically secure API keys (jev_live_...) to authenticate your local developer terminal, CI/CD pipelines, and agent workflows. Keys are gated by live on-chain $JEVBRAIN holding verification.

Wallet Not Connected
Connect your Solana wallet to manage API keys.

Generate New API Key

Format: jev_live_[hex]
API Key Generated Successfully!

Copy your full secret key now. You can also view and copy masked versions from your active keys table anytime.

jev_live_...

Your API Keys

Label / Name API Key Created Expires At Status Actions
Connect your wallet to load API keys.

Local System Terminal Quickstart

Native Windows / macOS / Linux

Install the Jev Brain CLI globally on your operating system or use npx jevbrain directly.

๐Ÿ’ป Windows (PowerShell)
irm https://jevbrain.world/install.ps1 | iex
๐ŸŽ macOS & ๐Ÿง Linux (Bash)
curl -fsSL https://jevbrain.world/install.sh | bash
Configuring Your CLI with Generated Key:
# 1. Set your API Key
jevbrain config set-key <your-key>
# 2. Check live on-chain status
jevbrain status
# 3. Interactive chat terminal
jevbrain chat