Complete Documentation for LLMs
Webacy publishes a plain-text version of the entire documentation site, optimized for LLM consumption and RAG systems.| File | Description |
|---|---|
llms.txt | Lightweight index of all pages with titles and descriptions |
llms-full.txt | Full text of every documentation page in a single file |
llms-full.txt to:
- Build RAG pipelines that answer questions about Webacy’s API
- Seed AI agents with complete API knowledge
- Create custom chatbots for your team’s integration workflow
Per-Page AI Access
Every documentation page has built-in AI options. Click the contextual menu on any page to:- Copy the page content as markdown
- Open in Claude to discuss the page with Claude
- Open in ChatGPT to discuss the page with ChatGPT
- Open in Cursor to use the page as context in Cursor
.md to any page URL to get the raw markdown content. For example:
OpenAPI Specification
The full OpenAPI 3.0 spec is published at:Cursor Integration
Add Webacy docs as a documentation source in Cursor for inline context while coding. Step 1: Open Cursor Settings > Features > Docs Step 2: Click “Add new doc” and enter:@Docs in Cursor chat to reference Webacy documentation:
.cursorrules file for persistent context.
Claude Code / CLAUDE.md
For projects using Claude Code, add the Agent Reference to yourCLAUDE.md file so Claude always has Webacy API context:
CLAUDE.md for offline access.
MCP Server
For the deepest AI integration, connect your AI coding assistant directly to Webacy’s API using the Model Context Protocol (MCP). This lets tools like Claude Code and Cursor query live blockchain risk data without leaving your editor.MCP Server Setup
Connect Claude Code or Cursor to Webacy’s live risk analysis tools
AI Search
The documentation site includes built-in AI-powered search. Use the search bar on any page to ask natural language questions about the API, and get AI-generated answers grounded in the documentation.Quick Reference
| Method | Best For |
|---|---|
| llms-full.txt | RAG systems, bulk ingestion, agent training |
| Agent Reference | AI coding assistants, CLAUDE.md, .cursorrules |
| MCP Server | Live data queries from your editor |
| OpenAPI spec | Code generation, SDK scaffolding |
| Per-page AI buttons | Ad-hoc questions about specific pages |
| AI Search | Quick natural language lookups |
