Mintlify documentation for Ryvo Protocol and Ryvo Gateway.
- Protocol docs include the live devnet deployment, SDK guides, settlement modes, and protocol reference.
- Gateway docs include x402/SIWX integration, route catalog, pricing, payment headers, and agentic tools.
- Agent-facing packages live in Ryvonetwork/ryvo-agentic:
@ryvonetwork/gateway-cli,@ryvonetwork/gateway-mcp,@ryvonetwork/protocol-cli,@ryvonetwork/protocol-mcp, skills, and LLM text.
Install the Mintlify CLI to preview your documentation changes locally. To install, use the following command:
npm i -g mint
Run the following command at the root of your documentation, where your docs.json is located:
mint dev
View your local preview at http://localhost:3000.
Install our GitHub app from your dashboard to propagate changes from your repo to your deployment. Changes are deployed to production automatically after pushing to the default branch.