License & Pricing
Boundaries
- Open-source packages:
@runstamp/pptx,@runstamp/pdf,@runstamp/docx, and@runstamp/xlsxare licensed under Apache-2.0 for local and self-hosted use, including their format fidelity capabilities. - Hosted API: the authenticated managed runtime adds durable execution, metering, preflight, diff, approvals, and PPTX/POTX brand-pack ingestion. It is included with Pro and higher plans.
- Commercial service terms: Platform adds higher hosted volume, priority support, and embedding rights. Enterprise adds negotiated deployment, security, OEM/redistribution, residency, and SLA terms.
Credentials
- Hosted API key: a
pj_live_…key from Dashboard → API Keys. Send it only with hosted V2 requests asAuthorization: Bearer pj_live_…. - Local packages: no Runstamp account, API key, or registry token is required. Follow each package's documented optional peer/system dependency requirements.
- Enterprise offline certificate: supplied only when a signed Order Form includes an offline managed entitlement. It is separate from a hosted API key.
Plans
| Plan | Role | Includes |
|---|---|---|
| Free | Open source | Apache-2.0 packages for all four formats, playground, and unlimited local MCP server use |
| Pro | Hosted delivery | Hosted rendering and durable delivery across all four formats, brand packs, and standard support |
| Platform | Embedded delivery | Higher self-serve hosted render capacity, priority support, and commercial embedding rights |
| Enterprise | Strategic | OEM/redistribution terms, deployment architecture review, security review, custom SLA, and custom terms from $50,000/year |
How validation works
Enterprise customers may instead receive a long-lived offline certificate:
TEXT
pjsx_offline_v1_<base64url(UTF-8 JSON entitlement)>.<base64url(Ed25519 signature)>
The signature covers the ASCII bytes of pjsx_offline_v1_<payload>. The payload embeds the organization, Enterprise tier, allowed formats and features, seat and deployment scope, issue time, and expiry. Contracted enterprise runtimes verify the certificate in-process without a database or network request. Offline certificate issuance and signing remain a managed Runstamp service; no private issuer package or server path is part of the open-source SDK.
Provision the public key from https://runstamp.com/.well-known/runstamp-license-public-key.pem before moving it into an air-gapped environment. Pin the reviewed key rather than fetching it dynamically at runtime.
Revoking, upgrading, cancelling
- Revoke online API keys: Dashboard → API Keys → delete.
- Replace an offline certificate: contact Runstamp. A fully air-gapped runtime cannot receive immediate online revocation state, so expiry, certificate replacement, key rotation, and updated SDK deny-list material are the applicable controls.
- Upgrade: takes effect immediately; hosted entitlements reflect the new tier after billing synchronization.
- Cancel: the hosted plan remains active until the end of the billing period. Open-source local packages remain available under their licenses.