/sitemap
Site map.
Three surfaces, one source of truth.
The site speaks to humans and to agents from the same addresses, with markdown twins and machine manifests alongside the rendered HTML. This map is generated from the filesystem at build time — drift between what exists and what is categorized shows up flagged below.
Routes that exist but are not categorized show up flagged. Routes that are categorized but no longer exist show up flagged. Push the page and any drift becomes visible.
Site map across surfaces
Marketing surface
Human-rendered HTML for prospects and readers
/
Home
Landing page introducing algovigilance and the core promise: vigilance you can audit.
/about
About
Company background, the team behind algovigilance, and what we believe about defensible automation.
/micrograms
Anatomy
Cross-section of a microgram — the five-layer structure every decision in the fleet shares.
/sitemap
Site map
Self-updating map of every route on the site across marketing, agent, and machine surfaces.
Agent / docs surface
Plain semantic HTML for agents and operators
/tools
Tools index
Plain HTML catalog of every MCP tool the platform exposes, written for agents to crawl.
/tools/[slug]
Tool detail
Plain HTML page describing one MCP tool: name, parameters, effects, examples.
/observe
Observe
Live observability view showing fleet health, recent decisions, and signal counts.
/status
Status
System status: kernel uptime, MCP endpoint reachability, last successful deployment.
Machine surface
Markdown twins · discovery manifests · MCP · REST
Markdown twins
/index.md
Home (markdown)
Markdown twin of the landing page — same content, no styling, for agents that prefer plaintext.
/tools.md
Tools index (markdown)
Markdown twin of the tools catalog, one section per tool with parameter tables.
/tools/skill.md
Tools skill card
Skill card describing the tools surface — capability summary an agent can ingest into its skill registry.
/api/mcp/skill.md
MCP skill card
Skill card for the MCP endpoint — what an agent gains by connecting and how to do it.
/sitemap.md
Site map (markdown)
Markdown twin of the site map, one heading per surface with route lists.
/AGENTS.md
AGENTS.md
Per-site contract for AI agents: permissions, preferred surfaces, rate limits, citation expectations.
/tools/[slug]/raw.md
Tool detail (markdown)
Markdown twin of a tool detail page — same content as the HTML, in plaintext form.
Discovery manifests
/llms.txt
llms.txt
Site-wide index following the llms.txt convention so language-model crawlers can find canonical content fast.
/agent-permissions.json
Agent permissions
Machine-readable declaration of what agents may and may not do on the site.
/data/structured.json
Structured data
Site-wide structured data export — organization, products, articles — in JSON-LD shape.
/data/webmcp.json
WebMCP descriptor
WebMCP discovery descriptor advertising the site's MCP endpoint and its capabilities.
/data/microgram.schema.json
Microgram schema
JSON Schema for a microgram artifact — used by tools that validate or generate decisions.
MCP & REST
/api/mcp
MCP endpoint
Model Context Protocol endpoint — agents connect here to call tools and receive structured results.
/api/capabilities
Capabilities
REST endpoint returning the platform's capability index — what the fleet can decide, signal, and emit.
/api/search
Search
REST endpoint searching the site's content corpus — tools, blog posts, documentation.
/api/events
Events (SSE)
Server-sent event stream of decisions and signals emitted by the fleet in real time.
/api/metrics
Metrics
REST endpoint exposing fleet-wide metrics: decisions per minute, latency percentiles, signal counts.
/api/microgram/list
Microgram list
REST endpoint listing every microgram the platform knows about, with metadata for each.
/api/microgram/validate
Microgram validate
REST endpoint that validates a microgram against the schema and reports any structural violations.
/tools/[slug]/json
Tool JSON
JSON representation of a single MCP tool — the canonical machine-readable form of /tools/[slug].
Orphans
Routes that exist on disk but are not categorized in the spec
UNCATEGORIZED
/skill.md
DRIFT: 0 removed · 1 uncategorized