Skip to content

Instantly share code, notes, and snippets.

@davidondrej
davidondrej / openclaw-claude-code-config.json
Created March 11, 2026 13:49
OpenClaw + Claude Code config
{
"env": {
"ANTHROPIC_API_KEY": "YOUR_KEY_HERE"
},
"tools": {
"profile": "full",
"exec": {
"host": "gateway",
"security": "full",
"ask": "off",
services:
agent-zero:
image: agent0ai/agent-zero
container_name: agent-zero
restart: unless-stopped
ports:
- 5080:80
volumes:
- /root/agentzero:/a0/usr
environment: