Prompt library
Coding & Dev Textapp/auto-reasoning

API design review

Pressure-test an HTTP or SDK contract before it becomes expensive to change.

Copy-ready prompt
Review this API proposal for consistency, evolvability, and developer ergonomics. Check resource naming, methods, status codes, idempotency, pagination, errors, auth boundaries, rate limits, and backwards compatibility. Identify the three highest-cost mistakes to fix before launch. Then provide a revised request/response contract and a migration strategy.

Proposal:
[API SPEC]

Related prompts

Textapp/auto-code
Fix failing CI

Turn a failing check into a reproducible, tested repair instead of a speculative patch.

#agent#ci#debugging#regression