New FeatureNew
Sandbox: Test Your Integrations Before Going Live
sandboxapi-testingintegrationsisolated-environmentdeveloper-toolsenterprise
Build and test API integrations in a fully isolated environment. Same API, same endpoints, no risk to production data.
Sandbox Environment (Enterprise)
A completely separate environment for building and testing integrations using API keys and webhooks.
- Isolated workspace with its own data, API keys, and webhooks
- Same API endpoints, same request/response format, same behavior as production
- Every production release deploys to sandbox simultaneously
- Self-registration disabled. Contact us and we create your workspace
- Invite team members through the sandbox dashboard
Sandbox Base URL
https://api.sandbox.dronebundle.com/v1
Rate Limits
Lower than production to prevent abuse on the shared testing environment:
- 100 requests per minute per IP (production: 1,000)
- 25 requests per second (production: 1,000)
Switching to Production
Update two things: change the base URL to api.dronebundle.com and swap your sandbox API key for a production key. No code changes needed.