What you saw
openai in the example) varies based on which subscription route Manifest selected.
Why it happened
Routing elected a subscription connection (ChatGPT OAuth, Claude Max token, Copilot device code, and similar), and Manifest still has a stored credential blob for it — but that credential cannot produce a usable access token. Typical causes:- The OAuth refresh token expired, was revoked, or the user signed out of the provider account
- A pasted subscription token is no longer valid
- Provider-side session invalidation after a password change or security reset
How to fix it
- Open the dashboard link in the error message. It goes straight to the agent’s Routing page.
- On the provider tile, open the Subscription tab and reconnect (re-run OAuth, device code, or paste a fresh token).
- Optionally add a working API key or another subscription as a fallback so a dead primary does not block traffic.
- Retry the request.