A test key is an API credential that accepts, validates and prices requests exactly like a live key but never sends a message or bills the balance, so an integration can be built before any money is deposited.
A sandbox lets you exercise the whole flow, request shape, error codes, webhook delivery, without consequences. The best sandboxes behave like production in every respect except the send: same validation, same prices in the response, same event format, with a status that makes the difference explicit.
It is also the honest way to offer a free trial: nothing is given away, nothing is faked.
At SMSMeteor: every account has an sk_test_ key; messages return status test with the real price and segments, and a test webhook event can be triggered from the panel.
