OpenAPI 3.1.0raw.githubusercontent.com2026-08-15140179507.6 KB

d3adfe49fbbf

Server connections

Retry validation

Re-arms a stalled validation immediately instead of waiting out its backoff. Does not revive a terminal request — after failed, expired, or cancelled, start a new one.

post/server-connections/{requestId}/retry-validation

Path parameters

requestIdstring required

The scr_… connection request id.

Request body

object required

Response

Validation re-armed.

connectionRequestIdstring required

Public scr_… identifier. Safe to print; it is never sufficient to act on a request.

status'discovering' | 'awaiting_project' | 'awaiting_authorization' | 'authorizing' | 'validating' | 'ready' | 'failed' | 'expired' | 'cancelled' required
handoffUrlstring

Where the user finishes in a browser, for both awaiting_project and awaiting_authorization. Returned ONLY by the create call — the raw token behind it is minted once and never stored. Treat it as a private, single-person capability: never post it to a shared channel.

expiresAtstring date-time required
projectIdstring
serverIdstring