Open source · AGPL-3.0

Cogniplane Core is open source.
Cogniplane Cloud is the managed version.

Run the AGPL-3.0 release on your own infrastructure, or let us run it for you. Predictable per-capacity pricing, SSO, audit retention, dedicated support. Same backend either way. Pick whichever operating model fits your team.

cogniplane-core / quickstart.sh
$ git clone github.com/Cogniplane/cogniplane-core
Cloning into 'cogniplane-core'...
$ cd cogniplane-core && pnpm install
✓ 1,284 packages installed in 14.2s
$ cp .env.example .env && pnpm dev
postgres ready on :5432
redis ready on :6379
backend listening on :3001
tenant ready · open http://localhost:3000
Why Cogniplane Cloud

For enterprise teams who want the platform, not the operations.

Self-hosting Cogniplane Core means you run the sandbox fleet, the database, the secret rotation, the upgrade path, and the on-call rotation. Cogniplane Cloud is the same backend with all of that included, so your team can focus on what the agents do instead of keeping them running.

01 · Capacity

We run the sandbox fleet

E2B sandboxes scale automatically with load, with the isolation, networking, and capacity you'd otherwise build yourself.

02 · Patching

We handle updates

Security patches, runtime updates, and feature releases roll out continuously. No upgrade windows for your platform team.

03 · Enterprise controls

Enterprise controls included

SSO via WorkOS, audit log retention, dedicated CSM, configurable approval policies, and an SLA on the Enterprise tier.

Self-host vs. Cloud

Same platform, different operating model.

Cogniplane Core is licensed under the AGPL-3.0. If you're comfortable with the AGPL's network-service obligations and want to run it yourself, the OSS release is feature-complete for the core platform. Cogniplane Cloud adds the managed integrations, enterprise services, and operational scale customers ask for.

Feature Self-host AGPL-3.0 · Cogniplane Core $0 Cloud Professional Most teams $1,999 / mo Cloud Enterprise VPC · self-hosted options Custom
License AGPL-3.0 Commercial · custom DPAs
Cost Free (you run the infrastructure) Custom
Concurrent sandboxes Bring your own 50–500+
Infrastructure operations Your team Included
Updates & security patches Manual git pull + redeploy Continuous
SSO (WorkOS) Self-configure Included
GitHub integration Available Included
Microsoft / SharePoint integration cloud-only connector Included
Scheduled jobs Available Included
Approval workflows Basic (approve/reject) Full + audit export
Private PII detectionPII never leaves the platform — no third-party model, no query logs Self-managed (BYO model — your provider's logging applies) Included · private local model
Audit log retention Self-managed Custom
Support Community (GitHub issues) Dedicated CSM, 4h SLA
SLA 99.9% uptime
Compliance DIY SOC 2 PLANNED · custom DPAs
Deployment Anywhere Cloud, VPC, or self-hosted

Private PII detection on Cogniplane Cloud means exactly that: PII is identified by a Cogniplane-operated local model running inside our infrastructure. The detection request never reaches a third-party inference API, and the model does not retain query logs. PII never leaves the platform's data perimeter. The OSS release ships the same code path, but routes through whatever model provider you configure, so your provider's data-handling and logging policies apply. Microsoft connectors are exclusive to Cloud.

Notes  ·  Microsoft/SharePoint connector is cloud-only.  ·  Private PII detection runs on a Cogniplane-operated local model. Request never leaves our infrastructure.  ·  See full pricing →
Pricing

Predictable per-capacity pricing. No per-seat tax.

Cogniplane Cloud charges for concurrent sandbox capacity, meaning the number of agent sessions running at the same time. A 500-person company often needs only 20 concurrent sandboxes, not 500 seats. Plans start at $499/month for 5 concurrent sandboxes; $1,999/month for 20 with full integrations and SSO; Enterprise is custom.

Or run Cogniplane Core for free under the AGPL-3.0. The core platform is feature-complete; you operate the infrastructure.

$499/ mo
Starter, 5 concurrent sandboxes
$1,999/ mo
Professional, 20 concurrent sandboxes
Custom
Enterprise, 50 to 500+
Common questions

FAQ.

What is a concurrent sandbox?

One sandbox = one agent session running at the same time. If you have 20 concurrent sandboxes, 20 team members can run agents simultaneously. Others queue until a slot opens. Concurrency is always-on capacity, not a consumable — think of it like lanes on a highway, not gallons of gas.

Why per-capacity instead of per-seat?

Most enterprise teams have far more potential users than simultaneous active users. A 500-person company might need only 20 concurrent sandboxes, but paying per seat would 25× the cost for no actual usage difference. Per-capacity is honest pricing tied to our real cost driver (sandbox infrastructure), not to your headcount.

What's the difference between Cogniplane Core and Cogniplane Cloud?

Cogniplane Core is the open-source platform under AGPL-3.0. You can run it on your own infrastructure, modify it, and deploy it however you want, subject to the AGPL's network-service source-disclosure obligations. Cogniplane Cloud is the managed enterprise version: same backend, plus Microsoft connectors, managed PII detection, an SLA, dedicated support, and we run the infrastructure for you. Pick the operating model that fits.

Do you offer a free tier or trial of Cloud?

No free tier. If you want free, the OSS release is feature-complete for the core platform. Download it and self-host. Cloud is for organizations that want the managed experience with enterprise SLAs and integrations.

Can I scale capacity up temporarily?

Yes. Add concurrent sandboxes on-demand from the dashboard. Billed pro-rata for the remainder of the billing cycle. Volume discounts apply automatically beyond Professional's included 20.

What does the AGPL-3.0 require if I self-host?

The AGPL-3.0 requires that if you offer a modified version of Cogniplane Core as a network service to others, you make your modifications available under the same license. If your use is internal, or you don't modify the source, this obligation is trivially satisfied. If you can't or don't want to comply with the AGPL (for example, building a proprietary closed-source product on top of Cogniplane), Cogniplane Cloud or a commercial license is the alternative. Commercial licensing details.

What does "private PII detection" actually mean?

PII detection on Cogniplane Cloud runs against a Cogniplane-operated local language model. Not OpenAI, not Anthropic, not OpenRouter, not any third-party inference API. The detection request stays entirely inside Cogniplane infrastructure, and the model does not retain query logs. So PII flagged by the detector never leaves the platform's data perimeter and is never recorded by anyone downstream. This matters in industries like healthcare, finance, legal, and defense, where data-handling regulations or contractual commitments forbid sending personal information to external inference APIs. That kind of enterprise often has to disable PII detection entirely on other platforms.

Where does my data live in Cloud?

Cogniplane Cloud runs in us-east-2 (AWS) by default, with Postgres on Neon, Redis on Upstash, and S3 for artifacts, all in the same region. Enterprise customers can request alternative regions or VPC deployments; talk to us about data-residency requirements.

How does support work?

Self-host: community support via GitHub Issues. Cloud Professional: email + chat with a 24-hour SLA. Cloud Enterprise: dedicated CSM with a 4-hour response SLA. Security issues across all tiers go to security@cogniplane.ai per the project's security policy.