# Modiqo developer resources

Modiqo builds rote. Rote is a method layer for AI agents. It captures the working method from a successful run and stores it as an inspectable Play.

## Official CLI

Install the rote CLI on macOS or Linux:

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

Source releases: https://github.com/modiqo/rote-releases

CLI reference: https://www.modiqo.ai/docs/09-reference.md

## Website API

OpenAPI 3.1 specification: https://www.modiqo.ai/openapi.json

The public website API currently provides `POST /api/sales-leads`. It accepts a typed sales inquiry and returns JSON. Every error has a stable code, a message, and a resolution hint. The OpenAPI document includes the request schema, response schemas, rate limit, and unique operation ID.

## Agent integration

- Agent instructions and when-to-use guidance: https://www.modiqo.ai/agent-instructions.md
- Short discovery guide: https://www.modiqo.ai/llms.txt
- Full product context: https://www.modiqo.ai/llms-full.txt
- Public Play feed: https://www.modiqo.ai/feeds/public-plays.v1.json
- Authentication guidance: https://www.modiqo.ai/auth.md

Modiqo does not publish a public webhook contract or a public MCP server on this site. Use the official CLI and the documented Play interfaces. Do not infer private endpoints from browser traffic.
