ellulDocs

Reference

Tier Comparison

Plans, security tiers, and what each one includes.

ellul has two related but distinct tier systems: the billing plan (Hobby, Pro, Shield Gateway, Agent Adapter) and the security tier (Standard, Web Locked, Private Locked). They are independent. You pick a billing plan when you sign up; you choose a security tier any time later.

Billing plans

PlanPriceWhat it is
Hobby$20 / monthAlways-on workstation for side projects. Multiple sandboxes.
Pro$50 / monthAlways-on workstation with encrypted persistent storage, custom domains, direct deploy, full port access, SSH.
Shield Gateway$10 / monthFIDO2-gated proxy for existing agent frameworks. No SDK or code changes.
Agent AdapterCustomFull headless trust API for orchestrators. Provision hosts, sync secrets, webhook gate decisions.

Hobby

FeatureIncluded
Always-on (no hibernation)Yes
Persistent storageYes
Web Terminal + AI agentsYes
Namespace isolation per sandboxYes
Region selectionYes
Custom domainsNo
Encrypted persistent storage (LUKS2)No
SSHNo

Pro

FeatureIncluded
Always-onYes
LUKS2 encrypted persistent storageYes
Custom domains and direct deployYes
Full port accessYes
SSHYes
Global regionsYes
Recommended for production workYes

Pro is the daily-driver plan. It includes everything in Hobby plus the production features.

Shield Gateway

A standalone product. A FIDO2-gated authentication and authorisation proxy you place in front of your existing agent framework. No SDK to integrate, no code changes; the proxy handles passkey auth and gate decisions for you.

Includes:

  • Unlimited projects through the proxy.
  • FIDO2 (passkey) authentication.
  • Permission gate model for tool calls.

If you already have an agent framework that runs elsewhere and just want our authentication and gate layer in front of it, this is the product.

Agent Adapter

A managed integration for orchestrator platforms (Paperclip, CrewAI, custom). The full headless trust API:

  • Provision and manage workstations programmatically.
  • Sync secrets across hosts.
  • Webhook gate decisions to your orchestrator.
  • Full permission gate enforcement.

Pricing and exact feature mix depend on integration scope. Contact us.

Security tiers

Independent of billing plan. You can use any security tier on any billing plan that supports passkeys (Hobby and Pro).

TierAuthStorage keyRecovery from platform
StandardPassword / OAuth / passkeyPlatform-managedYes
Web LockedPasskey only, with continuous proof of possessionPlatform-managedYes
Private LockedPasskey only, with continuous proof of possessionUser passkey onlyNo

For details on each: Security Tiers.

Encryption modes

Tied to the security tier and only applicable on Pro:

ModeAvailable onPlatform keyUser key
StandardAll tiersYesNo
EnhancedPro planYesYes (passkey)
SovereignPro plan, Private Locked tierNoYes (passkey)

For details: Volume Encryption.

What is universal

Some features are baseline on every plan:

  • Sovereign Shield (auth + gate enforcement).
  • Per-sandbox namespace isolation (mount, process, network).
  • Permission gates for privileged actions.
  • Hash-chained audit log.
  • Cross-sandbox access controls.
  • Curated outbound allowlist (mining pools and tunnel services blocked).
  • Session management.

The plan and tier control which extras are available; the safety baseline is the same.

Where to go next