샌드박스
Online editor with syntax highlighting. Code is executed in the browser through Web Worker and makes real requests to api.astroway.info/v1/*. API key is stored locally (localStorage), not transmitted anywhere.
How it works
섹션 제목: “How it works”- Run (⌘+Enter): transpiles TS to JS through Monaco, executes in Web Worker, shows
console.logand errors on the right. - Share: code is compressed through lz-string and written to
location.hash. Open URL - editor will pick up the code. - Reset: 4 typical scenarios: natal chart, synastry, Human Design, transits.
- Timeout 15s: if code hangs, worker will be stopped.
For non-financial tests, use aw_test_* keys: they don’t deduct credits.
Playground covers computational endpoints: charts, synastry, transits, progressions, vedic, Chinese, Human Design, dictionaries. AI interpretations, generated reports, and rendering on aw_test_* don’t work and return 402 SANDBOX_ENDPOINT_UNAVAILABLE: each such call costs live money, and on the key without deduction, there’s no limit that would limit it. For them, aw_live_* is needed.