Armory
Source
Browse
CLAUDE.md / Rules

force-console-login

Restrict authentication to Anthropic Console accounts only. This ensures all usage is billed through the API billing system and prevents access via Claude.ai accounts, ideal for enterprise environments with centralized billing.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install force-console-login --cli claude

writes the file to.claude/rules/force-console-login.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/force-console-login.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Restrict authentication to Anthropic Console accounts only. This ensures all usage is billed through the API billing system and prevents access via Claude.ai accounts, ideal for enterprise environments with centralized billing.

When to use it

Restrict authentication to Anthropic Console accounts only. This ensures all usage is billed through the API billing system and prevents access via Claude.ai accounts, ideal for enterprise environments with centralized billing.

How to install / invoke

# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/authentication/force-console-login.json | jq .

Notes

Extracted from davila7/claude-code-templates, authentication category.