2026-07-08
Sandbox test keys (fd_test_)
API keys, POST /api/send-fax, GET /api/v1/fax/{faxId}, and MCP clients
- What changed
- You can now generate a sandbox API key with the fd_test_ prefix in the account dashboard. A sandbox POST /api/send-fax never calls the carrier and never uses credits; it returns a synthetic fdtest_ fax that is immediately completed, pollable at GET /api/v1/fax/{faxId} with the same test key. Live keys (fd_live_) and test keys are isolated: a test key cannot read live faxes and a live key cannot read sandbox faxes. Sandbox faxes expire after 24 hours.
- Behavior impact
- No change to live sends. Live keys behave exactly as before. Sandbox is an additive, isolated mode.
- Action needed
- Use an fd_test_ key to wire and test your integration without billing or real transmission, then switch to an fd_live_ key for production.