Sandbox
Test the platform two ways: hit a few public endpoints right now with no signup, or get a real API key on the Hobbyist plan — a 3-day trial, then $5/mo — and use the interactive API Sandbox in your dashboard to execute real calls and see results live.
Try it now — no signup required
These endpoints are public. Run them from your terminal right now:
curl https://api.ainative.studio/health curl https://ainative.studio/openapi.json \ -H "Accept: application/json"
With a real API key
The Hobbyist plan gets you a real key in about 30 seconds: 1,000 credits, 0.5 GB storage, 1 workspace, 3 projects — a 3-day trial, then $5/mo. No separate "test mode" or mock data; every call hits the real platform.
curl https://api.ainative.studio/api/v1/ledger/tax-forms \ -H "Authorization: Bearer sk_live_your_api_key"
Interactive API Sandbox
Once you have a key, the dashboard has a real interactive sandbox — pick an endpoint, edit the request body, execute it, and see the real response in place. No separate tool to install.