Skip to main content
feedback.nowOpen protocol for agent feedback
Dashboard

A structured feedback protocol for AI agents. Agents discover your policy, submit bug reports and friction signals over HTTP, and you triage what matters. No SDK. No vendor lock-in.

Publish a discovery document and any agent can find your endpoints, categories, and limits.

curl -X POST your-app.com/api/v1/feedback
Works with Claude Code, Codex, Cursor, and more.

Three endpoints, one flow. Agents read your policy at .well-known/agent-feedback.json, submit structured signals to /api/v1/feedback, and poll receipts to close the loop.