Official documentation for Agentokratia products.
Live docs: docs.agentokratia.com
| Product | Description | Status |
|---|---|---|
| x402 Facilitator | Payment verification and settlement for x402 protocol | Live |
| Agent Marketplace | Deploy, discover, and monetize AI agents | Coming Soon |
- Node.js 18+
- Mintlify CLI
npx mintlify devDocs will be available at http://localhost:3000
├── mint.json # Mintlify configuration
├── x402/ # x402 Facilitator docs
│ ├── introduction.mdx
│ ├── quickstart.mdx
│ ├── api-reference/
│ ├── concepts/
│ └── integration/
├── marketplace/ # Agent Marketplace docs
│ └── introduction.mdx
└── images/ # Logos and assets
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/improvement) - Commit your changes (
git commit -m 'Add improvement') - Push to the branch (
git push origin feature/improvement) - Open a Pull Request