Skip to main content
The sandbox lets you integrate and test Clearlayer without creating real investors, wallets, or policies. It is available at the same base URL as production — https://clearlayer-api-production.up.railway.app — and uses a dedicated test API key. All seed data is pre-loaded; no setup is required.

Test API key

Use the following key for all sandbox requests:
Pass it in the Authorization header:
Do not use the test API key in a production environment. It is publicly documented and grants access to shared seed data only.

Seed data

The sandbox database is pre-seeded with three investors, three wallets, and one asset policy.

Investors

Wallets

Policy

Testing each outcome

The following examples use the seed data to produce each of the three possible decision outcomes. All requests target the production base URL with the test API key.
Alice Johnson (inv_seed_001) is KYC-verified, accredited, based in the US, and has a verified low-risk wallet. She passes every check in pol_seed_001.
Expected response:
The seed data only covers the most common scenarios. Create your own investors, wallets, and policies via the API to test edge cases — for example, an investor from a blocked country, a non-accredited investor against a policy that doesn’t require accreditation, or a wallet in a pending state against a policy where wallet_must_be_verified is false.