Reference
This section is for exact contracts, formats, and integration-facing details.
Read This Section If
- you need the HTTP payload shapes
- you want the Julia API surface
- you need to inspect snapshot or export format details
- you are integrating DependencyAtlas into tooling or automation
Recommended Path
JSON Protocol
Read the live request and response payloads used by the web UI.
Julia API
See the user-facing Julia entrypoints and helper surfaces.
Snapshot Format
Understand what is canonical snapshot data versus runtime-only query state.
Export JSON
Understand the frontend export artifact and how it differs from backend payloads.
Frontend Dev Server
Run the frontend in development mode when you need the hot-reload loop.
What You Will Learn
- request and response payloads used by the web UI
- which Julia entrypoints matter to end users and integrators
- what belongs to snapshots versus query responses
- how frontend export differs from backend persistence
Related Pages
- Need practical workflows instead of contracts? See Graph Views.
- Need system rationale behind the contracts? See Architecture / Overview.