API Keys
API KEYS & SERVICES
key management
API KEY
Generate your API key to start using ExergyNet services. The full key is shown once — copy it immediately.
■ ACTIVE SOVEREIGN API SERVICES
15 services · portal.exergynet.org + explorer-api.exergynet.org
Vanguard Standard
Fast completions · Sovereign Inference Engine · Node 4
ENDPOINT
https://explorer-api.exergynet.org/v1/chat/completions
ROUTING
Node 4 — 74.235.106.10:50051
REQUIRED HEADERS
Authorization: Bearer <key>
Content-Type: application/json
LIVE CODE SNIPPET
curl https://explorer-api.exergynet.org/v1/chat/completions \
  -H "Authorization: Bearer $EXERGYNET_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "vanguard-standard",
    "messages": [{"role": "user", "content": "Hello"}],
    "stream": true
  }'
ENVIRONMENT VARIABLES
EXERGYNET_API_KEY=sk-exergy-••••••••••••••••your API key
EXERGYNET_BASE_URL=https://portal.exergynet.org/v1inference endpoint
OPENAI_BASE_URL=https://portal.exergynet.org/v1openai-compatible
EXERGYNET_MCP_SSE=https://mcp.exergynet.org/sseOmega Carrier MCP
EXERGYNET_VAULT_IMAGE_ID=0xb226f60a6a3406e5cd3792b4bbe86ed996e2e2cc8dd31ddbe7989a20a897092dVault ZK image ID