Advisory AI Gateway Contract

This contract describes how the Stella Ops Web gateway proxies Advisory AI traffic under /advisory/ai/*. It is the integration surface for SDK and Console clients that submit advisory analysis jobs and stream their results.

Status: Interim contract published to unblock SDK and UI work. Align to the authoritative Advisory AI OpenAPI once the gateway routing plugin publishes it.

Overview

Security / headers

Scopes

Endpoints

POST /advisory/ai/jobs

Create a new Advisory AI job.

GET /advisory/ai/jobs/{jobId}

Return job status, and the results once the job has completed.

POST /advisory/ai/jobs/{jobId}/cancel

Cancel a queued or running job.

GET /advisory/ai/jobs/{jobId}/events

Stream job progress as Server-Sent Events (one JSON payload per message).