Skip to main content

Install Manifest

Add Manifest to your app in a few minutes.

Talk to us

Tell us what you’re building and what you want Manifest to heal.

What is Manifest?

Manifest is the API resilience layer for your apps and agents. It works with every API they call: external services, your internal APIs and MCP tools.
  • It shows every API your app depends on, and how reliable each one is.
  • It repairs failed API requests on the fly, so your app keeps working.
  • It tells you what to fix in your code, and gives your coding agent a prompt to do it.
Manifest repairs the requests your app got wrong. Errors on the API side, such as an outage or a rate limit, still reach your app, and the dashboard shows them. How the SDK works. Every call Manifest does not heal is recorded with its method, URL, status and timing, and no body. A failure Manifest can heal is sent with its error, patched, and retried once, returning a 200 OK. How the SDK works. Every call Manifest does not heal is recorded with its method, URL, status and timing, and no body. A failure Manifest can heal is sent with its error, patched, and retried once, returning a 200 OK.

Common questions

Your app receives the original error. The dashboard shows the failed request in its issue. Manifest learns from new errors every day, so an issue with no patch today can get one later, and from then on the same error is repaired.
No. What leaves your app lists what Manifest receives.
Manifest has an SDK for Python, Node and PHP. It also runs in a self-hosted n8n and in Hermes Agent. For another language, use Request another SDK in the Setup section of your project.