Environments
AgentSync offers two environments for API integration:
- Production – for live data access and real transactions
- Sandbox – for development, testing, and integration validation
Production Environment
The Production environment is used for live integrations and should only be used when your application is production-ready.
- Billing: All requests are billed according to your plan
- Data: Responses contain real producer data from the NIPR system
- Reliability: Full system availability and support
⚠️ Use the Production environment only after completing testing in the Sandbox.
Sandbox Environment
The Sandbox environment is a safe place to develop, test, and debug your integration without incurring costs or accessing live data. The Sandbox environment uses scrambled production data sourced from NIPR Beta, creating realistic—but obfuscated—responses.
- No billing – free to use for development and QA
- Scrambled data – realistic structure, but not tied to real individuals
- Lag in new data – recently issued NPNs may not appear immediately
- Privacy note – Even though data is scrambled, fields like
addressshould still be handled in accordance with your organization's data privacy policies
⚠️ The Sandbox is not intended for validating data accuracy, completeness, or freshness.
Base URLs
| Environment | Base URL |
|---|---|
| Production | https://api.agentsync.io |
| Sandbox | https://api.sandbox.agentsync.io |