Resources for AI Agents
Agent-first resources for Rath documentation, including docs indexes, per-product files, and recommended starting points.
Fetch the complete documentation index at https://docs.rath.fi/llms.txt. Use this file to discover all available pages before exploring further.
Resources for AI agents
Use this page as the starting point when you want an AI assistant to build with Rath infrastructure — Tachyon, Rath APIs, or xPath. It covers how to give an assistant Rath context through static docs files and recommended entry points for common workflows.
Static docs files
Use these when you want to load context in a single fetch.
Global (all products)
| File | What it contains | When to use it |
|---|---|---|
llms.txt | Page index with titles and descriptions | Discovering which docs exist before going deeper |
llms-full.txt | Complete documentation in one file | Giving an assistant broad context in one shot |
Per-product
Each product also exposes its own index and full-text files:
| Product | Index | Full text |
|---|---|---|
| Tachyon | tachyon/llms.txt | tachyon/llms-full.txt |
| Rath APIs | rathintro/llms.txt | rathintro/llms-full.txt |
| xPath | xPath/llms.txt | xPath/llms-full.txt |
Individual pages
Every docs page is also available as plain Markdown. Use the /llms/page/ prefix with slugs joined by --:
https://docs.rath.fi/llms/page/tachyon--quickstart.mdx
https://docs.rath.fi/llms/page/tachyon--core-concepts.mdxRecommended starting points
Once your agent has docs context, point it at the section that matches what you're building:
| What you're doing | Start here |
|---|---|
| Understanding Rath's product suite | Rath Documentation |
| Getting started with Tachyon | Tachyon Quickstart |
| Learning Tachyon concepts | Core Concepts |
| Relaying a transaction | Relay a Transaction |
| Making a contract call | Contract Call Guide |
| Setting up webhooks or websockets | Register Webhook |
| Batching multiple transactions | Batch Transactions |
| Using EIP-7702 delegation | EIP-7702 |
| Checking supported chains | Supported Networks |
| Using the Tachyon SDK | Tachyon SDK Reference |
| Using the Tachyon REST API | Tachyon API Reference |