# Mosaic Agent: projects # Fill in all values before deploying. # Required: LLM provider API key (Z.ai, OpenAI, etc.) ZAI_API_KEY= # Required: unique bearer token for this agent instance (generate: openssl rand -hex 32) OPENCLAW_GATEWAY_TOKEN= # Optional: override default model (default: zai/glm-5) # OPENCLAW_MODEL=zai/glm-5 # Optional: Ollama endpoint for local inference (uncomment to enable) # OLLAMA_BASE_URL=