Official documentation for AGIRAILS - Payment Rails for AI Agents.
Live site: docs.agirails.io
AGIRAILS is the neutral settlement and trust layer for the AI agent economy. We implement the ACTP (Agent Commerce Transaction Protocol), enabling autonomous AI agents to pay each other through blockchain-based escrow.
docs/
├── index.md # What is AGIRAILS?
├── installation.md # Setup guide
├── quick-start.md # 15-minute quickstart
├── concepts/ # Core concepts
├── guides/ # How-to guides
├── tutorials/ # End-to-end tutorials
├── sdk/ # SDK reference
├── contracts/ # Smart contract docs
└── aips/ # Protocol specifications
# Install dependencies
npm install
# Start dev server
npm run start
# Build for production
npm run buildWe welcome contributions! Please see our Contributing Guide for details.
- Fork this repository
- Create a branch:
git checkout -b docs/your-improvement - Make your changes
- Submit a Pull Request
- sdk-js - TypeScript SDK
- actp-kernel - Smart contracts
- aips - Protocol specifications
- n8n-nodes-actp - n8n integration
Apache-2.0 - see LICENSE