AI-assisted Deployment
PayIn Open is designed to work well with an AI agent that can read repository instructions, run checks, and guide deployment.
The main repo-local entry point is the PayIn Open skill:
skills/payin-open/SKILL.mdin the PayIn Open repository
Recommended prompt
I want to deploy PayIn Open, the open-source stablecoin payment gateway.
Start with sandbox/testnet.
Do not touch production/mainnet unless I explicitly approve.
Never print or commit secrets.
Explain each step in business language.
What the agent should do
A safe AI-assisted deployment should:
- Confirm the hosting target.
- Start with sandbox/testnet.
- Prepare database, API, admin, RPC, and webhook settings.
- Keep secrets out of chat and git.
- Deploy the sandbox service.
- Run migrations only against the confirmed sandbox database.
- Verify health, payment page rendering, monitoring, and webhook delivery.
- Ask for explicit approval before any production/mainnet operation.
Public vs repo-local docs
This website explains concepts and product positioning. The PayIn Open repository contains the operational skill and self-hosting reference material used during deployment.