Skip to main content

1. Get your ingest key

Sign up at dashboard.writeback.dev and create a project. You’ll get an ingest key that looks like wk_a1b2c3d4e5f6. Your ingest key is write-only — it can only submit reports, not read them. It’s safe to include in agent instructions or commit to your repo.

2. Choose your integration

Pick the approach that matches your setup:
The simplest option. Paste this block at the bottom of your existing SKILL.md, replacing YOUR_INGEST_KEY:
Report even if you couldn’t use the tools at all.
This adds a report_feedback tool to your server. Agents see it alongside your existing tools and can call it directly — no curl required.See the MCP SDK reference for full options.

3. Check your dashboard

Go to dashboard.writeback.dev and open your project. Reports will appear as agents interact with your tool.
Want to test it immediately? Submit a report manually using curl — use your ingest key and outcome: "success" with any details string.