Skip to content

API Contract

Drive-Shift Bot edited this page Jul 5, 2026 · 1 revision

API Contract

The API contract is frozen to ensure frontend and backend do not drift.

  • The master source of truth is located at API_CONTRACT.md in the repository root.
  • All endpoints use HTTP session cookies (HttpOnly, Secure, SameSite=Lax) for authentication.
  • Progress streams are broadcasted via Server-Sent Events (SSE) at GET /api/jobs/{id}/stream.

Clone this wiki locally