C.O.S.
Governed AI.
Every decision traceable.
A model-agnostic compliance layer for AI deployments. Policy-versioned, governed by design, and auditable from first principle to last output.
One acronym. Many truths.
C.O.S. is whatever your compliance infrastructure needs it to be. The name is intentionally broad — because the problem it solves is broad.
At its core: a governed, model-agnostic system that sits between your AI deployments and your regulatory obligations. It versions compliance logic independently of code, makes every decision replayable, and enforces policy consistency across jurisdictions, providers, and release cycles.
Documentation-first
Every decision is governed, traceable, and preserved. No silent state changes.
Model-agnostic
Logical roles — not model names. Swap providers without touching compliance logic.
Policy-versioned
Compliance rule sets are independently versioned. Audit any decision against the policy active when it was made.
Multi-jurisdiction
Industry × jurisdiction × data classification. Rules derive from the intersection — not from hardcoded logic.
REST API · v1
The C.O.S. API is available at cosprotocol.io/v1.
API key authentication. Org-scoped. Full OpenAPI spec at docs.cosprotocol.io.
# Liveness check (no auth required) curl https://cosprotocol.io/v1/health # Retrieve org profile curl -H "Authorization: Bearer $COS_API_KEY" \ https://cosprotocol.io/v1/organisations/{org_id} # List API keys for org curl -H "Authorization: Bearer $COS_API_KEY" \ https://cosprotocol.io/v1/organisations/{org_id}/api-keys
Request API access
C.O.S. is in private development. Access is by invitation only. API keys are provisioned directly — no self-service portal yet.
To request access or discuss a pilot, contact: hello@cosprotocol.io