Authentication
RTS Builder external endpoints authenticate with an API key in theX-API-Key header.
RTS Builder keys are tenant-scoped. A valid key from another team cannot read your run state or results.
Missing key
Observed response:Invalid key
Observed response:Tenant scoping
Run visibility is tenant-scoped. In live testing, a different team’s API key received404 with {"error":"run not found"} for both:
GET /api/v1/external/status/{run_id}GET /api/v1/external/results/{run_id}
