Use interactive API testing with explicit guardrails.
Callaro docs enable Mintlify interactive requests. Use sandbox credentials first, keep scoped keys short-lived, and avoid production write tests in shared environments.Recommended setup
Use sandbox base URL
Keep playground tests on sandbox endpoints before promoting requests to production.
Use least-privilege API keys
Generate keys with only the scopes needed for the endpoint family you are testing.
Rotate and revoke test keys
Revoke temporary keys after validation, especially for write-enabled scopes.
Security and operations checklist
- Test with non-customer data only.
- Never expose high-privilege production keys in browser sessions.
- Log and monitor write endpoint usage from interactive docs.
- Route sensitive testing through approved internal VPN/network controls.

