Docs

Getting started

Rill gives AI agents a clean, typed surface over Sui protocols. You design the flow once; agents call it forever.

1 · Compose

Open the builder, drag actions from the sidebar, and wire them between the Agent prompt trigger and the MCP Server output.

2 · Configure

Each action has typed inputs. Pin static values, or expose them so the agent decides. Rill handles validation and transaction construction for Sui testnet automatically.

3 · Export

Click Export and pick a target — MCP server, Claude/agent skill, or CLI. Drop the artifact next to your agent and you're done.

Runtime

Rill speaks the Sui TypeScript SDK under the hood and uses the standard Sui wallet kit for signing. Testnet is enabled by default; mainnet ships post-hackathon.