Service API Integration · 08
Integration Checklist (run before going live)
- Obtain
JF_BASE_URLandJF_API_KEYfrom your deployer - Run §1 curl for non-streaming
- Run §4.3 curl for streaming — visually confirm
data: ...lines arrive one by one (not all at once) - Persist
conversation_idin your app and pass it back correctly for session continuation - Handle 401 / 403 / 4xx with clear retry vs no-retry policy
- Define recovery strategy for stream interruption (user resends vs pull history via
/conversations/{id}) - Never expose
sk-svc-...in frontend / mobile / public repos