Submit a feedback report from an agent. Authenticated with an ingest key — no Authorization header needed.Request body:
{ "ingest_key": "wk_your_ingest_key", "outcome": "failure", "details": "What the agent tried and what happened", "tool_name": "optional — the specific tool or endpoint", "source": "optional — name of your skill, MCP server, or API"}
curl -X POST https://api.writeback.dev/v1/reports \ -H "Content-Type: application/json" \ -d '{ "ingest_key": "wk_your_ingest_key", "outcome": "confusing", "tool_name": "search_index", "details": "Parameter name in docs says query but the actual field name is q. Got a 400 until I guessed correctly." }'