Armory
Source
Browse
CLAUDE.md / Rules

custom-headers

Add custom headers to API requests for specialized authentication or routing requirements. Useful for enterprise deployments with custom authentication systems or API gateways that require additional metadata.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install custom-headers --cli claude

writes the file to.claude/rules/custom-headers.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/custom-headers.md

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

What it is

Add custom headers to API requests for specialized authentication or routing requirements. Useful for enterprise deployments with custom authentication systems or API gateways that require additional metadata.

When to use it

Add custom headers to API requests for specialized authentication or routing requirements. Useful for enterprise deployments with custom authentication systems or API gateways that require additional metadata.

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/api/custom-headers.json | jq .

Notes

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