Pricing

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

$0

For developers building governed agents locally.

Unlimited local agentsNo account requiredRuns offline
Full agent runtime framework
Policy enforcement via sekuire.yml
Identity hashing & signature verification
40+ built-in tools
10+ memory backends
Multi-provider LLM support
Agent-to-agent communication
Local audit logging
Community support

Starter

Recommended
$1,000/mo

For startups and teams running agents in production.

Up to 25 agentsUp to 5 usersUp to 3 workspaces
Everything in Open SDK, plus:
Fleet dashboard
Centralized policy distribution
Agent heartbeat monitoring
Registry publishing
30-day audit retention (GA)
Basic alerts & notifications
Email support channel (GA)

Professional

$5,000/mo

For growing companies managing agent fleets.

Up to 100 agentsUp to 50 usersUp to 20 workspaces
Everything in Starter, plus:
90-day audit retention (GA)
Datadog SIEM log export (GA)
Splunk SIEM HEC export (GA)
PagerDuty SIEM Events export (GA)
Advanced policy templates (HIPAA, PCI, GDPR) (GA)
Platform-managed A2A routing (GA)
Full registry network (GA)
Registry verification badges (GA)
Priority support channel (GA)
Slack support channel (GA)
SLA commitments (GA)

Enterprise

Custom

For regulated industries and large-scale deployments.

Unlimited agentsUnlimited users365-day audit retention
Everything in Professional, plus:
Enterprise SSO (SAML, OIDC) (GA)
Role-based workspace access controls (GA)
Immutable witnessed audit vault (GA)
Private registry (GA)
Dedicated Customer Success Manager (GA)
Compliance reporting exports (GA)
SLA guarantees (GA)
Custom retention options (GA)
Dedicated private deployment options (Preview)

Included in every managed plan

Every paid tier includes the core control-plane capabilities needed to run governed agent systems in production.

Managed baseline
Fleet posture visibility across workspaces and teams
Centralized policy operations with change history
Audit-ready governance timelines and event trails
Secure enterprise controls for production operations

Open SDK vs Managed Platform

Open SDK (Free)
  • 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
typescriptpolicy check
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")
Sekuire Cloud (Paid)
  • 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
Control Plane
Inventory, policy, containment
Governance
Audit retention + enterprise 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

FeatureOpen SDKStarterProfessionalEnterprise
Core Platform
Managed Agents
Unlimited (Local)25100Unlimited
Users
Unlimited (Local)550Unlimited
Workspaces
Unlimited (Local)320Unlimited
Fleet Dashboard
Registry Publishing
Governance & Security
Policy Engine
Audit Retention
Local Only30 Days (GA)90 Days (GA)365 Days (GA)
Kill Switch
GAGAGA
SIEM Integrations
Datadog + Splunk + PagerDuty (GA)Datadog + Splunk + PagerDuty (GA)
Policy Templates
GAGA
Private Registry
GA
SSO (SAML, OIDC)
GA
RBAC
Basic (GA)Advanced (GA)Granular (GA)
Immutable Audit Vault
GA
Support
Support Level
CommunityEmail (GA)Priority + Slack (GA)Dedicated CSM (GA)
SLA
GAGA
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.