콘텐츠로 이동
AstroWay/api v2.202.3 · ko
모든 시스템 정상 작동 중

샌드박스

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.

  • Run (⌘+Enter): transpiles TS to JS through Monaco, executes in Web Worker, shows console.log and 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.