Skip to main content
These docs are machine-readable. Point your coding agent at the indexes and MCP server below, and drop the rules file into your project so the agent starts with the endpoints and Hedera-specific gotchas it would otherwise get wrong.

Machine-readable docs

MCP server

The docs are also served over the Model Context Protocol at https://docs.saucerswap.finance/mcp, giving agents a search tool over this documentation.

Rules file for coding agents

Copy this block into your agent rules file (CLAUDE.md, .cursor/rules, AGENTS.md, or equivalent). It encodes the canonical endpoints and the mistakes agents most often make on Hedera.
Agents should treat prices, fees, and rate limits as live data: fetch them from the APIs or contracts at run time rather than hard-coding values from documentation.

Next steps

Developer quickstart

The first three calls, ready to paste into an agent session.

API reference

Every endpoint across both APIs with auth models.

Contract deployments

Verify every ID in the rules file above.

TypeScript bot client

A server-side pattern for V3 order book bots.