runtime_mutations
settings

Get Github Configured Handler

Return the GitHub credential state every surface renders from.

configured means a command run now would carry a credential: a live App grant or a fine-grained token. A pre-rule gho_/ghp_ value reads as not configured, which is what makes the clone dialog show its connect affordances again instead of attempting an authenticated clone the sandbox will never receive. The app block carries what Settings needs to offer the one-click path, or to say the deployment has none.

get/api/settings/github/configured

Response

Successful Response

{"stackTrail":"paths:/api/settings/github/configured:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes