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

# Agent commands

> Audit agent workflow shorthands.

<Note>The Bevor CLI is coming soon. This page previews its planned command interface.</Note>

Audit agent workflow shorthands.

## `bevor agent setup`

Assumes user has ran `bevor init`. After that, running the setup will sync code, generate an analysis, and set the original scopes to first-party only.

```bash theme={null}
bevor agent setup
```

## `bevor agent materialize`

Write each scope to `.bevor/analyses/{analysis_id}/{scope_short_id}.raw.md` (source + server call-chain text). Call chain uses the graph API `response_type=text`; used to feed skills without re-running graph commands.

```bash theme={null}
bevor agent materialize
```

## `bevor agent submit`

```bash theme={null}
bevor agent submit [OPTIONS] FILE
```

| Parameter   | Type | Required | Default | Description                                                                                                            |
| ----------- | ---- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
| `FILE`      | path | Yes      | —       | JSON/SARIF file, or a placeholder when using --dir.                                                                    |
| `--dir, -d` | path | No       | None    | Directory containing one `.yaml` / `.yml` mapping per finding. When set, `file` is ignored in favor of this directory. |
