Create a production account
- Create a production account at console.rye.com.
- Copy your Production API key from the Account page.
- Get Rye’s live Stripe publishable key (you’ll use it to tokenize cards on the client).
Enable HTTPS and app hardening
Ensure your application is secure and compliant.
- Force HTTPS.
- Review CORS to allow only your production origin(s).
- Add a CSP, secure cookies, and rate limiting (or WAF) at the edge.
Observability and alerts
- Emit metrics for key events:
intent created,awaiting_confirmation,confirmed,completed/failed. - Add error tracking on the server and client.
- Create on-call alerts for elevated failure rates.

