Good question about the 'shadow API layer' risk. In practice, Content-Negotiation headers (Accept: application/agent+json vs application/json) let you serve both from the same endpoint — same backend logic, different serialization. The retryable field and cursor-based pagination are improvements that benefit human consumers too, so they're not really agent-only overhead.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Good question about the 'shadow API layer' risk. In practice, Content-Negotiation headers (Accept: application/agent+json vs application/json) let you serve both from the same endpoint — same backend logic, different serialization. The retryable field and cursor-based pagination are improvements that benefit human consumers too, so they're not really agent-only overhead.