? anywhere in the dashboard to open the help. It lists the keyboard
shortcuts, and its glossary defines the words on screen. The Feedback
button, at the top right, sends a message to the people who build Manifest.
Overview
The Provider health card draws each provider your app calls, colored by its health badge. Under it, the chart shows your requests, success rate, healed requests and failed requests over the period chosen in the menu at the top right. Below the chart come the latest requests, the recently healed requests, the new issues and the most seen issues.Requests
The Requests page lists every request of the project, successful or not. It opens on the recoverable requests, and the filters narrow the list by keyword, HTTP status, outcome, handling, provider, open or resolved issue and period. Click a request to see its attempts and, when Manifest patched it, the patch.Issues
The Issues page lists the open issues, each with its status: Patched or No patch found. Click an issue to see its patch and its requests. Copy fix prompt gives your coding agent what Manifest knows about the failure. Once your code is fixed, click Mark as resolved to make the issue resolved. Reopen undoes it. When the failure stops while other requests to the same endpoint succeed, the issue shows “This looks fixed at source.” with the evidence. Mark as resolved resolves the issue, and Not yet hides the panel for 7 days.Providers
The Providers page lists the APIs your app called in the period, with their requests, success rate and healed requests. Click a provider to open its page.Settings
- Rotate key replaces the project key, and the old key stops at once.
Set the new key in
MNFST_KEYand restart your app. - With Live self-healing off, Manifest records the failures without patching them. Your app receives the original errors.
- The Setup section repeats the install steps.
- Delete project deletes the project and its requests.