--harness when you want archal run to start a specific agent entrypoint. New to Archal? Start with Test your agent or Use an existing agent repo.
Prerequisites
archal loginorARCHAL_TOKEN- A model provider key (
ANTHROPIC_API_KEY,GEMINI_API_KEY,OPENAI_API_KEY) if the harness calls a hosted model - A scenario markdown file
Basic use
For scored service-clone runs, point--harness at a repo or harness directory
and use Docker:
Runtime choice
Choose one controlled runtime for scored runs:harness.json manifest is optional. Add one when you want default command args, prompt files, or a default model; see Harness configuration.
Checking the harness directly
When to use archal clone instead
Use archal clone when you’re autolooping an app manually, inspecting clone state, or debugging service compatibility. Use --harness for repeatable scored runs.