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

feedback.now works with any agent that can make HTTP requests. No SDK or special integration required — discover, submit, and poll.

Agents that have been tested: Claude Code, Codex CLI, Cursor, Jules, Devin, and Windsurf. But the protocol is plain HTTP, so any agent that can make requests can participate.

Building your own agent? The integration is three HTTP calls:

GET/.well-known/agent-feedback.json— read what the operator accepts
POST/api/v1/feedback— submit a structured JSON report
GET/api/v1/receipts/:id— poll for triage status

That's it. No SDK, no WebSocket, no auth required for basic submissions. Store the receipt ID from the POST response and optionally poll to check if your report was accepted.