Get your free sandbox API keys in seconds.
Already have an account? Sign in instead
By continuing, you agree to PlanetsXP's
Terms of Service and
Privacy Policy.
No credit card required. Get full access to the Birth Chart, Compatibility, and Astro AI sandbox endpoints.
$ curl -X POST https://api.planetsxp.com/v1/auth/sandbox \
-H "Content-Type: application/json" \
-d '{"email": "developer@company.com"}'
{
"message": "Sandbox environment created.",
"api_key": "pxp_test_a9f8b7c6d5...",
"docs": "https://docs.planetsxp.com/quickstart"
}