Prerequisites
- Moru API key (get from dashboard)
- Anthropic API key (get from console)
Creating the Template
Option 1: Using the SDK
Option 2: Using a Dockerfile
Create a Dockerfile:Using the Template
Create a Sandbox
Run Agent Tasks
Interactive Mode
For interactive conversations, use background commands:Configuration
Environment Variables
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY | Your Anthropic API key (required) |
CLAUDE_CODE_DISABLE_TELEMETRY | Disable telemetry (1 to disable) |
CLAUDE_CODE_MAX_TOKENS | Max tokens for responses |