Agents
Machine-readable docs, llms.txt, and copy-paste prompts for AI coding agents.
llms.txt
naxxen provides machine-readable documentation following the llmstxt.org specification.
| URL | Description |
|---|---|
/llms.txt | Index — section titles and links |
/llms-full.txt | Full docs concatenated — copy-paste ready for an AI agent |
Feed either URL to your AI agent for it to understand how to configure naxxen.
Copy-paste prompts
Use these prompts to have an AI agent configure naxxen for you. Replace YOUR_KEY with your actual naxxen API key.
Generic setup
Read https://docs.naxxen.ai/llms.txt and configure naxxen as a proxy
for my LLM API calls. My naxxen key is nxn-sk-YOUR_KEY.OpenClaw
Read https://docs.naxxen.ai/llms.txt and configure naxxen as a proxy
for my OpenAI, Anthropic, and Google API calls in OpenClaw.
My naxxen key is nxn-sk-YOUR_KEY.
Add naxxen-openai, naxxen-anthropic, and naxxen-google providers
to my ~/.openclaw/openclaw.json config.Claude Code
Read https://docs.naxxen.ai/llms.txt and configure Claude Code to use
naxxen for prompt compression. My naxxen key is nxn-sk-YOUR_KEY.
Set ANTHROPIC_BASE_URL in my shell profile.Cursor
Read https://docs.naxxen.ai/llms.txt and configure Cursor to use
naxxen for prompt compression. My naxxen key is nxn-sk-YOUR_KEY.
Update Cursor's model settings to use the naxxen base URL.Opencode
Read https://docs.naxxen.ai/llms.txt and configure Opencode to use
naxxen for prompt compression. My naxxen key is nxn-sk-YOUR_KEY.
Set the provider base URLs in the Opencode config.Python / Node.js SDK
Read https://docs.naxxen.ai/llms.txt and update my code to route
[OpenAI|Anthropic] API calls through naxxen.
My naxxen key is nxn-sk-YOUR_KEY.
Use the base URL method.Markdown versions of pages
Every documentation page is also available as plain markdown by appending .md to the URL. This is useful for feeding individual pages to an AI agent.
| Page | Markdown URL |
|---|---|
| Quickstart | https://docs.naxxen.ai/docs/quickstart.md |
| Authentication | https://docs.naxxen.ai/docs/authentication.md |
| Endpoints | https://docs.naxxen.ai/docs/endpoints.md |
| Models | https://docs.naxxen.ai/docs/models.md |
| Compression | https://docs.naxxen.ai/docs/compression.md |
| API Reference | https://docs.naxxen.ai/docs/api-reference.md |