Replit and Replit Agent build and host full-stack apps. This guide adds stablecoin payments: payouts, on-ramps, and virtual accounts: with the BlindPay REST API and Replit Secrets.
Copy-paste prompt
Give this to Replit Agent:
text
Replit Agent promptSetup
Get your credentials
Copy your API key and instance ID from the BlindPay dashboard.
Add Replit Secrets
Open Tools → Secrets and add:
Bash
Replit SecretsPrompt the agent
Paste the prompt into Replit Agent. Review the generated route against the API reference.
Example server call
TypeScript
serverAlways read the key from Replit Secrets in server code. Never commit it or expose it in the client.