ISMS Copilot Docs

API

OpenAI-compatible chat completions with automatic framework knowledge. Create keys and buy credits at platform.ismscopilot.com.

The ISMS Copilot API is a model provider for compliance work. You call an OpenAI-compatible chat completions endpoint. That compatibility is how you call it. The product is curated framework knowledge injected before the answer, so you do not assemble a standards corpus yourself.

Why this instead of any foundation-model API: Framework knowledge. Marketing argument: Why the ISMS Copilot API instead of any model.

Status

The API is available through the platform console at platform.ismscopilot.com. You create keys, top up prepaid credits, and call:

https://api.ismscopilot.com/v1

Access requires a platform account and a positive prepaid credit balance. Paid ISMS Copilot plans include a one-time USD 10 API credit. Keys can be created in the console once you are signed in; completions debit credits (empty balance fails the request). This is not the same product as chat subscription usage, and not the same token as account MCP (pat-isms-…).

Agent-readable product summary (status, endpoint, aliases): GET https://www.ismscopilot.com/api/public/api/v1. OpenAPI definition of this API: model-api-openapi.json.

Guides

Zero Data Retention. The API does not store request content or model outputs in our data layer. Upstream OpenRouter and Mistral paths are ZDR. Usage metadata only is kept for billing. Full detail: Zero Data Retention and the API DPA.

Auth model (short)

ItemValue
Key prefixsk-isms-… (shown once at creation)
HeaderAuthorization: Bearer sk-isms-…
Consoleplatform.ismscopilot.com/keys
Not this planeAccount MCP tokens (pat-isms-…) live under Agents

What you can build

  • Compliance assistants and copilots inside your own product
  • Automated drafting of policies, controls and risk assessments
  • Compliance-aware summarisation over your own content (you supply the text in the messages)

What this API is not

  • It is not the chat web app. Workspaces, memories, and document upload are account/chat features.
  • It is not the website Embed / Assistants product (that is a partner widget, billed in EUR reply tiers).
  • It is not heyGRC. heyGRC has its own product and docs.

In-console developer notes also live at platform.ismscopilot.com/docs while you are signed in. This docs site is the public, crawlable home for the same surface.

On this page