List experts
GET /api/v1/experts
Returns each expert’s configuration plus the live state the engine tracks.
The expert’s Slack user ID.
Whether the expert has opted out with
mute.Unanswered asks currently outstanding.
Asks sent to this expert today.
Replace the registry
PUT /api/v1/experts
Replaces the entire registry with the array you send — this is a full replace, not a merge.
id, name, topics, and optional escalation_to. Returns the updated registry with live state.