Developer onboarding
Connect an integration
Sandbox first: connect your integration, choose exactly which scopes it may use, generate a test key and confirm its status — all before a single live call.
- 1
Sign in
Checking your session… - 2
Connect the integration
Name the product that will call the API. Each integration keeps its own keys, plan and usage counter. - 3
Choose scopes and generate a sandbox key
A key can only reach the endpoints you tick. Sandbox keys are capped at 250 calls a month, return short sample results and never bill generation. - 4
Check sandbox status
Verify the key, its environment and the scopes it carries:curl https://lawandlegal.app/api/public/v1/me \ -H "Authorization: Bearer $LAW_SANDBOX_KEY"
