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

# agent-cards engineer report

> Report an AgentCard issue/question to the engineer (for coding agents; queues

Report an AgentCard issue/question to the engineer (for coding agents; queues

```bash theme={null}
agent-cards engineer report --help
```

```text theme={null}
Usage: agent-cards engineer report [options]

Report an AgentCard issue/question to the engineer (for coding agents; queues
via the daemon)

Options:
  --repo <path>              Repo root (default: current directory)
  --title <title>            Short issue title
  --summary <summary>        What you were doing, what happened, what you
                             expected
  --environment <env>        sandbox | production (default: sandbox)
  --error-message <message>  The error message you saw
  --error-code <code>        Machine error code, if any
  --http-status <status>     HTTP status code, if any
  --request-id <id>          Request id from the response, if any
  --endpoint <endpoint>      The API endpoint involved (e.g. "POST
                             /api/v2/cards")
  --sdk <sdk>                SDK/library in use
  --agent <agent>            claude-code | codex | other
  --snippet <path...>        File(s) to attach as code snippets (each capped at
                             8000 chars)
  --question <text>          Ask a plain question instead of filing an issue
  --json-stdin               Read the full issue-report JSON body from stdin
  --json                     Machine-readable output
  -h, --help                 display help for command
```
