1. Get your ingest key
Sign up at dashboard.writeback.dev and create a project. You’ll get an ingest key that looks likewk_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:- Add to your SKILL.md
- Express API
The simplest option. Paste this block at the bottom of your existing SKILL.md, replacing Report even if you couldn’t use the tools at all.This adds a
YOUR_INGEST_KEY: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.