Service API Integration · 08

Integration Checklist (run before going live)

  • Obtain JF_BASE_URL and JF_API_KEY from 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_id in 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