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.
Generate New API Key
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
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