reachyclaw / .env.example
shaunx
docs: add hints for finding API key and gateway token
dc4a73c
Raw
History Blame Contribute Delete
1.96 kB
# ReachyClaw Configuration
# Give your OpenClaw AI agent a physical robot body!
# ==============================================================================
# REQUIRED: OpenAI API Key
# ==============================================================================
# Get your key at: https://platform.openai.com/api-keys
# Requires Realtime API access
# Tip: If you already have the Conversation app installed, you can copy the key
# from its .env (same venv path, under the conversation_venv directory).
OPENAI_API_KEY=sk-your-openai-key
# ==============================================================================
# REQUIRED: OpenClaw Gateway
# ==============================================================================
# The URL where your OpenClaw gateway is running
# If running on the same machine as the robot, use the host machine's IP
OPENCLAW_GATEWAY_URL=http://192.168.1.100:18789
# Your OpenClaw gateway authentication token
# Find this in ~/.openclaw/openclaw.json under gateway.auth.token
OPENCLAW_TOKEN=your-gateway-token
# Agent ID to use (default: main)
OPENCLAW_AGENT_ID=main
# Session key for conversation context - IMPORTANT!
# Use "main" (default) to share context with WhatsApp and other DM channels
# This allows the robot to be aware of all your conversations
OPENCLAW_SESSION_KEY=main
# ==============================================================================
# OPTIONAL: Voice Settings
# ==============================================================================
# OpenAI Realtime voice (alloy, echo, fable, onyx, nova, shimmer, cedar)
OPENAI_VOICE=cedar
# OpenAI model for Realtime API
OPENAI_MODEL=gpt-4o-realtime-preview-2024-12-17
# ==============================================================================
# OPTIONAL: Features
# ==============================================================================
# Enable/disable features (true/false)
ENABLE_CAMERA=true
ENABLE_OPENCLAW_TOOLS=true