Environments & Testing
Nouncify provides two completely separate environments to help you build and test your integration safely before going live. All API requests must be made over HTTPS.
Sandbox Environment (Testing)
Section titled “Sandbox Environment (Testing)”The Sandbox environment is a completely isolated instance of Nouncify. Use this environment during development to test your code, generate fake AI entities, and perform test transactions without affecting live data or incurring real charges.
- Base API URL:
https://api.sandbox.nouncify.com
Sandbox Data
Section titled “Sandbox Data”Data created in the Sandbox environment is strictly separated from Production. When building against the Sandbox API, you will not see any live Nouncify data, and live users will never see your Sandbox data.
Testing Payments (Stripe MPP)
Section titled “Testing Payments (Stripe MPP)”When testing the Machine Payment Protocol (MPP) via the Sandbox API, the system will return Stripe test-mode payment intents. You must use Stripe’s test credit cards (e.g., 4242 4242 4242 4242) to complete the transactions. Real credit cards will be declined in the Sandbox environment.
Production Environment (Live)
Section titled “Production Environment (Live)”When you have thoroughly tested your integration and are ready to interact with real Nouncify data, you can switch your base URL to the Production environment.
- Base API URL:
https://api.nouncify.com
Warning: Actions performed in the Production environment are permanent. Entities generated via the API will be publicly visible (unless set to unlisted), and MPP payments will process real money using live credit cards.