
CSOAI
Initializing...
Free forever · No credit card

CSOAI
Initializing...
MEOK for Developers
You already shipped the 271 MCP fleet. Now ship a paid tier on top of it. SDK Pro is the turnkey upgrade for builders using the MEOK compliance stack in production.
Hosted attestation endpoint — call POST /sign with a session token, get a signed cert back. No pepper, no env vars, no rotation.
Sub-200ms p99 signing. Dedicated signing workers. Burst-safe. No more "free tier timeout at 3am" complaints from your users.
Per-tool breakdown, error rates, alert thresholds, CSV export. Show your users what their AI is signing — and bill them for it.
forever, no card
self-serve · cancel anytime
10 seats · SSO · audit log
Drop the SDK Pro base URL into your existing MeokClient constructor. Free and Pro use the same call surface — your code doesn't change.
# pip install --upgrade meok-sdk
from meok_sdk import MeokClient
# Free tier (default)
client = MeokClient(api_key="meok_...")
# Pro tier — one flag
client = MeokClient(
api_key="meok_...",
base_url="https://pro.meok-attestation-api.vercel.app",
sla="99.9%",
)
cert = client.sign({
"subject": "acme.com/ai-triage",
"framework": "EU-AI-Act",
"controls": ["Art-50", "Annex-IV", "Art-14"],
})/sign endpoint with sub-200ms p99LAUNCH50. Applies automatically on the £199 CSOAI Pro and the £9 SDK Pro checkout.Yes. Free and Pro use the same HMAC key derivation — upgrading is a flag change on the client constructor, not a re-onboarding.
Yes. POST /verify stays public and rate-limited but unauthenticated. Auditors, regulators, and customers can verify any cert with no key.
Yes — Clerk SSO on all 10 seats. SAML on request for Enterprise.
The Pro plan includes the Ed25519 signature upgrade the moment we ship it (Q3 2026, per the 33-week plan). HMAC remains the default until then.
Yes, self-serve, no contract. Cancel = next billing cycle stops. Keys keep working until the cycle ends.