modiqo
FIVE-MINUTE START

Run the method, not the setup maze.

Inspect and run a published Play without cloning a repository or rebuilding the method.

01 · HARNESS

Start with the URI.

Give this URI to a supported coding-agent harness and ask it to inspect and run the Play. The harness can guide setup if rote is not yet available.

https://play.modiqo.ai/modiqo/hello
02 · TERMINAL

Or run it directly.

Install rote

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

Sign in and verify identity

rote login
rote whoami

Inspect before execution

rote play inspect https://play.modiqo.ai/modiqo/hello

Run the Play

rote play run https://play.modiqo.ai/modiqo/hello
The Play card is the safety boundary.

It declares inputs, dependencies, services, authentication, privileged requirements, effects, author, owner, and version before execution.

03 · CREATE

When search comes up empty, do the work once on the record.

rote init my-useful-method --seq

Use rote's API, process, or browser reach so useful responses become queryable workspace evidence. Once the result is proven, crystallize the successful trace, inspect the generated contract, lint it, run positive and negative cases, release it, and optionally publish an immutable version to a registry namespace.