Simple, transparent pricing

The SDK and all governance plugins are free, MIT-licensed, and on npm forever. Pro unlocks Agorio Cloud — hosted observability and control plane, available now.

Free

$0forever

The full SDK core, MIT licensed. Build agents with zero restrictions.

  • ShoppingAgent with plan-act-observe loop
  • All 4 LLM adapters (Gemini, Claude, OpenAI, Ollama)
  • UCP + ACP + MCP triple-protocol support
  • All 5 governance plugins — MIT, free on npm
  • AgentPlugin system for custom tools
  • Observability (logging, tracing, metrics)
  • CLI tool (npx agorio)
  • Mock merchants for testing
  • Community support via GitHub
Get Started
Most Popular

Pro

Beta
$149/year per team

Agorio Cloud — hosted commerce observability now in beta. Trace every agent run, manage API keys, and gate high-risk tools. Or $19/mo billed monthly.

  • Everything in Free, plus:
  • Agorio Cloud — available now
  • Per-run agent trace explorer
  • API key management (multiple keys, dev/prod/test envs)
  • Hosted approval-workflow webhook receiver (coming soon)
  • Fleet view / org rollup (coming soon)
  • License-key-gated CI mock merchants (coming soon)
  • EU AI Act compliance audit exports
  • Priority GitHub issues

Enterprise

Customannual contract

Custom implementation, SLA, dedicated protocol maintenance retainer, and hands-on onboarding.

  • Everything in Pro, plus:
  • Dedicated Cloud tenant with SSO (Okta, Azure AD)
  • Custom plugin development
  • Dedicated protocol maintenance SLA
  • Onboarding and integration support
  • Private Slack/Teams channel
  • Custom merchant adapters
  • On-prem / self-hosted option
Contact Us

Open Source Plugin Catalog

All 5 governance plugins are MIT-licensed and published to npm — no license key, no paywall. Install any plugin with npm install @agorio/plugin-*.

Spending Controls

Open Source
@agorio/plugin-spending-controls

Enforce per-transaction, per-session, and rolling daily spending limits. Intercepts submit_payment and tracks total spend across the session.

Hooks
onInitonBeforeToolCallonAfterToolCall
Capabilities
Per-transaction limitSession budget capRolling daily limitRemaining budget query tool

Approval Workflow

Open Source
@agorio/plugin-approval-workflow

Pause the agent before checkout and require external approval via webhook or manual action. Configurable thresholds with auto-approve for small transactions.

Hooks
onInitonBeforeToolCall
Capabilities
Threshold-based approval gatesWebhook notificationsApprove/deny via tool callAuto-approve below threshold

Audit Trail

Open Source
@agorio/plugin-audit-trail

Log every tool invocation and result with timestamps, latency, and optional field redaction. Supports console, webhook, and callback output modes.

Hooks
onBeforeToolCallonAfterToolCall
Capabilities
Structured audit logLatency trackingField redactionWebhook batch export

Agent Identity

Open Source
@agorio/plugin-agent-identity

Attach organizational identity to the agent including department, permissions, and contact information. Context enrichment for compliance and audit.

Hooks
onRegisteronBeforeToolCall
Capabilities
Org identity attachmentPermission declarationsActivity logging per toolIdentity query tool

Policy Engine

Open Source
@agorio/plugin-policy-engine

Evaluate JSON-based policy rules before every tool call. Supports merchant allowlists, value caps, time restrictions, and required field validation.

Hooks
onBeforeToolCall
Capabilities
Merchant allowlistsValue cap enforcementTime-of-day restrictionsRequired field validation

Frequently asked questions

Still have questions? The model is Open Core — code is always free, Cloud is the paid service.