MODIQO DEVELOPER RESOURCES

Use rote from an agent or a terminal.

Rote captures the working method from a successful agent run and stores it as an inspectable Play. This page lists the official interfaces that developers and agents can discover without reading the site application code.

OFFICIAL CLI

Install rote on macOS or Linux.

The rote CLI is the supported command-line interface for signing in, searching for Plays, inspecting their effects, running them with fresh inputs, and creating new Plays from successful work.

curl -fsSL https://getrote.dev/install | bash
HTTP CONTRACT

Read the OpenAPI 3.1 specification.

The Modiqo website API currently provides one public operation for sales inquiries. The specification gives the operation a unique ID and defines every request field, response, error code, and resolution hint. It is suitable for OpenAPI clients and function-calling schema conversion.

AGENT DISCOVERY

Give an agent a stable starting point.

The agent instruction file says when to use rote, when not to use it, how to install the CLI, and which safety boundaries to keep. The short and full discovery files connect that guidance to product, pricing, documentation, authentication, and the public Play feed.