Skip to content

Commit 0b1313a

Browse files
Merge pull request #31 from cloudflare/deploy-button-input-descriptions
Add binding descriptions for Deploy to Cloudflare button
2 parents d28a37f + e70e73e commit 0b1313a

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,21 @@
3737
"wrangler": "^4.50.0"
3838
},
3939
"author": "",
40-
"license": "MIT"
40+
"license": "MIT",
41+
"cloudflare": {
42+
"bindings": {
43+
"ANTHROPIC_API_KEY": {
44+
"description": "Your [Anthropic API key](https://console.anthropic.com/). Required for Claude access."
45+
},
46+
"MOLTBOT_GATEWAY_TOKEN": {
47+
"description": "Token to protect gateway access. Generate with `openssl rand -base64 32`."
48+
},
49+
"CF_ACCESS_TEAM_DOMAIN": {
50+
"description": "Your Cloudflare Access team domain (e.g., `myteam.cloudflareaccess.com`). Required for admin UI."
51+
},
52+
"CF_ACCESS_AUD": {
53+
"description": "Application Audience (AUD) tag from your [Access application](https://one.dash.cloudflare.com/)."
54+
}
55+
}
56+
}
4157
}

0 commit comments

Comments
 (0)