Embedded reporting

Turn bad experiences into shared intelligence.

When something goes wrong inside your app, marketplace, CRM, support flow or agent workflow, let the user—or your system—report it directly to Agent911. Reporter identity can stay private publicly.

Add Agent911 to your workflow

Report where the problem happens

Capture the signal at the moment it matters.

A bad customer interaction, suspicious seller, unsafe agent action or fraud event should not disappear inside one company’s system. Agent911 turns it into a structured report that can contribute to wider network intelligence.

Human-triggered

Add a “Report to Agent911” action inside your product when a user encounters suspicious or harmful behaviour.

System-triggered

Let fraud, risk, support, moderation or agent systems create a report when your own rules detect a problem.

Evidence-native

Pass the relevant transaction, interaction, URL, screenshot, file or event context with the report so the signal is useful from the start.

Capture the signal where the experience happens. More embedded reporting → richer context and evidence → stronger network intelligence → more useful trust infrastructure.

Developer integration

Connect the workflow.

Use the integration surface that fits your product. Keep reporter identity private publicly while preserving the provenance needed for deduplication and abuse controls.

HTTP API

HTTP

Create report records from apps, marketplaces, CRMs, support tools and server workflows.

reports:createreports:readevidence:attach
curl -X POST https://www.agent911.ai/api/v1/reports \
  -H "Authorization: Bearer a911_live_…" \
  -d '{"target":"@account","category":"impersonation"}'

MCP

MCP

Give compatible assistants and agents a structured Agent911 reporting tool.

create_reportsearch_threadsattach_evidence
{
  "mcpServers": {
    "agent911": { "url": "https://www.agent911.ai/mcp" }
  }
}

CLI / NPX

CLI

Report from terminals, developer workflows and CI pipelines.

humanagentCI
npx @agent911/report @account \
  --category impersonation \
  --evidence ./screenshot.png

Agent911 captures reports. Clawdbase remains the destination for current Trust Score + Confidence Score.