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

# Codex and Claude Code

> Recommended CLI workflow for coding agents with shell access.

Use this sequence in Codex or Claude Code:

```bash theme={null}
firstsales whoami --json
firstsales workspaces list --org org_123 --json
firstsales campaigns list --org org_123 --workspace ws_123 --json
```

For mutations:

```bash theme={null}
firstsales campaigns pause \
  --org org_123 \
  --workspace ws_123 \
  --campaign camp_123 \
  --idempotency-key pause-camp-123-2026-06-30 \
  --json
```

For destructive operations, agents must pass `--confirm` deliberately.
