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; every request can pull in the framework knowledge you need for ISO 27001, SOC 2, GDPR and other standards without assembling that context yourself.
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/v1Access requires a platform account and a positive prepaid credit balance. 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-…).
Guides
Get an API key and first completion
Create a key, call /v1/chat/completions, and list models.
Models and regions
isms-fast, isms-thinking, and the -eu variants.
Credits, pricing, and spend limits
Prepaid credits, min top-up, and per-key caps.
Auth model (short)
| Item | Value |
|---|---|
| Key prefix | sk-isms-… (shown once at creation) |
| Header | Authorization: Bearer sk-isms-… |
| Console | platform.ismscopilot.com/keys |
| Not this plane | Account 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.