Setup says no telemetry
Setup says no telemetry
Confirm the deployed process has a current
af_live_... write key, the request hits an included route,
the response is eligible 2xx JSON/HTML/header content, and AGENT_FEEDBACK_ENABLED is not false.
Send a real request, wait for the background queue, then use Check now.I see opportunities but no feedback
I see opportunities but no feedback
This is expected for generic HTTP agents, which may ignore response-side side-effect instructions.
Verify the contract with the doctor or a feedback-aware runtime. MCP is the reliable explicit-tool path.
The report is rejected for consent
The report is rejected for consent
Ensure Collection policy and deployed
AGENT_FEEDBACK_MODE match. Ask once requires the exact returned
consentScope and granted_now or stored_grant. Ask every time requires fresh granted_now and no scope.
Never ask must omit consent.My response was not modified
My response was not modified
Errors, redirects, streams, binaries, assets, health routes, excluded routes, and unsafe bodies are intentionally
untouched. JSON arrays and scalar values use headers instead of body mutation.
The SDK says the key is invalid
The SDK says the key is invalid
Create a new write key in Setup. Old key formats cannot sign
afr2_ capabilities. Rotate keys through the
dashboard; the prior key overlaps for one hour so you can deploy safely.MCP requests fail version or header checks
MCP requests fail version or header checks
Modern requests must use
2026-07-28, carry matching version/method/name headers and request metadata, and
avoid Mcp-Session-Id. Use server/discover before other methods.