Anton, top to bottom.
Two entry points. The API covers every HTTP surface the desktop app and external clients use. The Vault covers credential collection — the chat-driven form workflow, headless probe agent, patch dialect, and the side panel that renders it all in real time.
Server API
The local FastAPI service. OpenAI-compatible Responses endpoint plus cowork extensions for projects, attachments, artifacts, scratchpad, schedules, and integrations.
Read API reference → ArchitectureData Vault
How request_credentials, the form panel, the cowork agent, and the headless
anton probe stitch together — including the patch dialect, multi-method forms, and the
rules that keep credentials out of chat history.
Hot Updates (OTA)
Manual testing guide for the over-the-air renderer updates. Walks through every mode — manual, auto, dev-live, dev-full — plus offline behavior, rollback, and the Settings UI toggle. Each test self-contained.
Read OTA testing →Other documentation
- design-guidelines/chat.html Chat surface design tokens, layout, message treatments.
- design-guidelines/orbit-morph.html OrbitMorph component reference (the avatar that drives anton's turns).
- design-guidelines/light_mode.html Light theme palette + surface tokens.
- design-guidelines/dark_mode.html Dark theme palette + surface tokens.
- macos-dmg-sign-notarize.md Release pipeline — code signing + notarization for the macOS DMG.