Refresh agent session
refresh_sessionRenew a short-lived access token (~1h) using the refreshToken from poll_pairing. The grant (and refresh capability) lasts up to 7 days — after that, re-pair via get_pairing_code. Each refresh rotates the refreshToken; store the new one. Requires the same connector session (MCP-Session-Id) as when you paired — if fingerprint mismatches, re-pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenantId | No | Hatch id (consumer path). | |
| workspaceId | No | Workspace id (B2B path). | |
| refreshToken | Yes | Opaque refresh token from poll_pairing (vr1.{grantId}.{secret}). |