> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-eb-mini-app-ia-overhaul.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Manifest (CLI)

> Generate account association credentials with the CLI

Generate your Farcaster account association credentials.

```bash Terminal
npx create-onchain --manifest
```

Follow the prompts to connect your Farcaster custody wallet, add your deployed URL, and sign. The CLI writes `FARCASTER_HEADER`, `FARCASTER_PAYLOAD`, and `FARCASTER_SIGNATURE` to your `.env`.

Update the same variables in your deployment platform.

<Warning>
  While testing, set `noindex: true` in your manifest to avoid indexing.
</Warning>

<Card title="Create farcaster.json" icon="file" href="/mini-apps/quickstart/turn-your-app-into-a-mini-app/create-farcaster-json">
  Serve the /.well-known/farcaster.json endpoint
</Card>
