Skip to main content

Documentation Index

Fetch the complete documentation index at: https://manifest.build/docs/llms.txt

Use this file to discover all available pages before exploring further.

What you saw

[🦚 Manifest M002] The Bearer token is empty. Paste your Manifest key into it.
See https://manifest.build/docs/errors/M002

Why it happened

The Authorization header is there, but the token after Bearer is blank. The usual cause is an env var that didn’t expand (Bearer $MNFST_KEY with MNFST_KEY unset), or a config field saved without a value.

How to fix it

  1. Log the value your client sends right before the request to confirm the token is actually empty.
  2. Check your env vars or config file. If the key is missing, generate one from the dashboard.
  3. Set Authorization: Bearer mnfst_<your-key> and retry.