Skip to main content
Use the sandbox environment to build and test your integration before switching to production keys.
Pre-release: Base URLs below are placeholders during the pre-release period. Your account manager will confirm the final endpoints when your keys are issued.

Environments

SandboxProduction
Base URLhttps://sandbox.kalixo.io/v2https://api.kalixo.io/v2
API key prefixkal_test_…kal_live_…
See Authentication for how to send your key.

Confirmed behaviour

  • Sandbox and production use separate base URLs and separate API keys.
  • Keys are prefixed kal_test_ (sandbox) or kal_live_ (production) so you can tell them apart in config.

Details pending confirmation

The following will be updated once Kalixo confirms sandbox policy for your account. Contact [email protected] if you need guidance now.
TopicStatus
Final sandbox base URLTBD — placeholder during pre-release
Catalog contentsTBD — same as your assigned catalog vs fixed test catalog
Order fulfilmentTBD — real async delivery vs instant stub
Recommended test productIdsTBD
Wallet / billingTBD — whether sandbox orders debit a test wallet
Until confirmed, treat sandbox calls as non-production and avoid assuming specific products or delivery times.

Getting started in sandbox

  1. Obtain a sandbox API key from your account manager.
  2. Point all requests at https://sandbox.kalixo.io/v2.
  3. Follow the Quickstart using your sandbox key.
  4. When ready, swap the base URL and key for production.