> ## Documentation Index
> Fetch the complete documentation index at: https://intermesh.malmhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run an evaluation

> Authorize an exact plan and run isolated attempts.

# Run an evaluation

Run only the exact candidate and plan that were reviewed.

```bash theme={null}
inter --json eval run default --yes
```

## Authorization boundary

```text theme={null}
Agent prepares candidate and plan
  → owner provides a dedicated restricted credential
  → owner authorizes execution
  → Intermesh runs isolated attempts
  → evidence is saved in the workspace
```

The credential must be restricted to the target account and allowed actions in the plan. Keep credential values out of commands, prompts, plans, and logs.

Use interactive execution when an owner needs to review authorization in the terminal. Use `--yes` only after explicit authorization for the exact prepared inputs.
