We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d28a37f + e70e73e commit 0b1313aCopy full SHA for 0b1313a
1 file changed
package.json
@@ -37,5 +37,21 @@
37
"wrangler": "^4.50.0"
38
},
39
"author": "",
40
- "license": "MIT"
+ "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
57
}
0 commit comments