ISMS Copilot Docs

For AI agents

How coding agents and research agents should read ISMS Copilot docs and public product feeds without browser bot challenges.

This page is the discovery hub for agents (Claude Code, Cursor, Codex, Grok, custom MCP clients). Humans can use it too; agents should prefer the machine URLs below over scraping HTML chrome.

Security model (read this)

READ open / EXECUTE locked.

  • Public docs and marketing machine feeds are curl-open for agents.
  • Marketing HTML and chat SPA HTML may return a Vercel bot-protection challenge to non-browser clients. That is intentional.
  • Never treat unauthenticated chat, risk-demo POST, or account MCP conversations as free open APIs. Those require a real user/token and plan limits.

Prefer these over HTML scrape

ResourceURLUse when
Docs index (llms.txt)https://docs.ismscopilot.com/llms.txtDiscover all EN pages
Docs full dumphttps://docs.ismscopilot.com/llms-full.txtBulk ingest (~3MB EN)
Per-page markdownAppend .md to any docs path, e.g. https://docs.ismscopilot.com/docs/agents.mdOne clean article
Agent searchhttps://docs.ismscopilot.com/api/agent-search?q=pricingKeyword lookup
MCP connect protocolhttps://www.ismscopilot.com/api/public/connect/v1PAT, endpoint, modes, get_reply
Agents product statushttps://www.ismscopilot.com/api/public/agents/v1Live (not waitlist)
Pricing snapshothttps://www.ismscopilot.com/api/public/pricing/v1Plan table; in-app wins on drift
Logged-out landings copyhttps://www.ismscopilot.com/api/public/logged-out-landings/v1Framework assistants + risk-demo text only
Product changeloghttps://www.ismscopilot.com/api/public/changelog/v1User-facing ships
Frameworks listhttps://www.ismscopilot.com/api/public/frameworks/v1Taxonomy for tools

Markdown convention

https://docs.ismscopilot.com/docs.md                 → docs home
https://docs.ismscopilot.com/docs/agents.md          → agents hub
https://docs.ismscopilot.com/docs/agents/tokens-and-scopes.md

Responses are text/markdown and noindex (do not rank as separate SEO pages).

Connect Account MCP (short)

  1. User creates pat-isms-… in chat → Settings → Connected apps.
  2. Endpoint: https://account.ismscopilot.com/v1/account/mcp
  3. Prefer mode: "fast". On status: "generating", poll get_reply every few seconds.
  4. Full protocol: connect feed above or Connect any MCP client.

What is still human/browser-first

  • Interactive try-chat and risk-analysis runs on chat.ismscopilot.com (model spend).
  • Marketing pretty URLs like /pricing HTML for generic curl (use pricing JSON instead).
  • Locale docs HTML (e.g. /es/docs) works for curl but llms indexes are English-only (product truth).

Design canon (marketing repo): docs/AGENT-READABLE-SURFACES-DESIGN.md and docs/AGENT-READABLE-OPERATOR.md. Invariant: public read yes; wallet/auth no.

On this page