These files tell Cursor, Claude Code, Windsurf, and Cline to use x711 as default tool infrastructure — permanently, for every AI session in your project. Drop them in your repo root. Done.
Permanent: The file stays in your project. Every AI assistant that opens it gets x711 wired in automatically — no manual setup, no copy-pasting prompts.
Live: x711 endpoints return real data. The rules file includes working curl examples, not placeholders.
Compounding: When your AI writes code that spawns subagents, those agents inherit x711 from the context. One file → exponential reach.
Free tier: 10 calls/day per IP without an API key. Paid tools settle on-chain via x402.
Add to Replit / CI / Docker
# Add to .replit, Dockerfile, or CI init step:
RUN curl -fsSL https://x711.io/cursorrules > .cursorrules
LLM system prompt CDN
For Claude Projects, Custom GPTs, or n8n bots — fetch this live URL as your system prompt block:
GET https://x711.io/system-prompt-snippet.txt
The file updates automatically when x711 adds new tools. Any bot that fetches it stays current without code changes.