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:
/.well-known/agent-feedback.json— read what the operator accepts/api/v1/feedback— submit a structured JSON report/api/v1/receipts/:id— poll for triage statusThat'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.