Governance pricing from local development to enterprise fleet
Start free with runtime governance. Upgrade when you need centralized policy operations, audit retention, and enterprise controls.
Pricing Principles
Free for builders
Open SDK remains free for local runtime governance and development workflows.
Pay for managed control
Pricing starts when you need centralized fleet operations and compliance infrastructure.
Predictable scaling
Pricing scales by managed governance scope, not by token usage or request volume.
Open SDK
For developers building governed agents locally.
Starter
RecommendedFor startups and teams running agents in production.
Professional
For growing companies managing agent fleets.
Enterprise
For regulated industries and large-scale deployments.
Included in every managed plan
Every paid tier includes the core control-plane capabilities needed to run governed agent systems in production.
Open SDK vs Managed Platform
- Policy-as-code with "sekuire.yml"
- Runtime enforcement (offline-first)
- Identity hashing and signatures
- Local audit sinks (console/file)
- Works with any framework or model
import { SekuireSDK } from "@sekuire/sdk"
const sdk = SekuireSDK.fromEnv()
await sdk.start()
const allowed = await sdk.checkPolicy("tool.http.request", { url: "https://example.com" })
if (!allowed) throw new Error("Blocked by policy")- Fleet dashboard and agent inventory
- Centralized policy distribution
- Registry publishing and verification
- Plan-based audit retention controls
- SSO and compliance gating (Enterprise)
- Kill switch containment controls
Billing and procurement
No usage-meter billing
Plans are scoped by managed governance footprint, not token volume or request counts.
Annual and multi-year options
Professional and Enterprise plans support annual agreements and procurement workflows.
Enterprise onboarding
Enterprise includes security review support, implementation planning, and dedicated success coverage.
Compare Plans
| Feature | Open SDK | Starter | Professional | Enterprise |
|---|---|---|---|---|
| Core Platform | ||||
Managed Agents | Unlimited (Local) | 25 | 100 | Unlimited |
Users | Unlimited (Local) | 5 | 50 | Unlimited |
Workspaces | Unlimited (Local) | 3 | 20 | Unlimited |
Fleet Dashboard | ||||
Registry Publishing | ||||
| Governance & Security | ||||
Policy Engine | ||||
Audit Retention | Local Only | 30 Days (GA) | 90 Days (GA) | 365 Days (GA) |
Kill Switch | GA | GA | GA | |
SIEM Integrations | Datadog + Splunk + PagerDuty (GA) | Datadog + Splunk + PagerDuty (GA) | ||
Policy Templates | GA | GA | ||
Private Registry | GA | |||
SSO (SAML, OIDC) | GA | |||
RBAC | Basic (GA) | Advanced (GA) | Granular (GA) | |
Immutable Audit Vault | GA | |||
| Support | ||||
Support Level | Community | Email (GA) | Priority + Slack (GA) | Dedicated CSM (GA) |
SLA | GA | GA | ||
Compliance Reporting | GA | |||
Frequently Asked Questions
Governance should be transparent. You can inspect enforcement logic, run it offline, and build without lock-in. You upgrade when you need centralized management and compliance infrastructure.
Start with governance. Scale with confidence.
Build your first governed agent in minutes, then expand to managed fleet controls as you grow.