RiskMandate v1.0.0
For Agents

Machine-readable by design.

This site is JavaScript-rendered inside an isolated frame — great for humans, opaque to a crawler. So the content is also published as plain text an LLM agent can read directly: a curated index, a full-text export, and a structured manifest. A product about governing what agents may access should publish a clean, honest access surface of its own.

How to use them

Fetch, don't scrape.

The rendered pages carry no crawlable content. Point your agent at the text artifacts instead.

start small, then go deep
# 1. The index — cheap, orients the agent
curl -s https://riskmandate.ai/llms.txt

# 2. Everything, as one Markdown document
curl -s https://riskmandate.ai/llms-full.txt

# 3. Structured, for deterministic parsing
curl -s https://riskmandate.ai/.well-known/agent-content.json | jq .

Content licence: the concept library is CC BY 4.0 — reuse it, attribute RiskMandate. The artifacts are regenerated on every release, so a cached copy is a point-in-time snapshot; re-fetch for the current version.

Why we bother

The access surface is the point.

RiskMandate governs the right to act: what a system is authorised to do, granted by whom, for how long. An access surface that is explicit, scoped, and honest is exactly what we ask of every mandate on the platform. Publishing one for our own content is the smallest possible version of the thing the product does.

No dark patterns, no cloaking, no serving agents different content than humans. The text artifacts say precisely what the site says.

GRANTED BYRiskMandate, openly
SCOPEthe public site content, in full
FORMATMarkdown + JSON, from one source
FRESHNESSregenerated every release
LICENCECC BY 4.0 (concept library)