The governed north–south integration boundary between autonomous systems and the external enterprise.
LIMENORA connects agents, workflows, robots and twins to external APIs, MCP servers, events, webhooks and partner ecosystems — without leaking protocols, credentials or trust assumptions into autonomous runtimes.
中文文档 · Chinese documentation
LIMENORA is delivered as one open-core runtime plus two companion repositories:
| Repository | License | What it is |
|---|---|---|
| limenora | AGPL-3.0 | Core runtime — Edge / Enterprise Gateway data planes, TLS MITM, policy enforcement, credential injection, evidence. |
| limenora-open (this repo) | Apache-2.0 | Public entry point — SDKs, examples, API specifications, binary release info, documentation. |
| limenora-ee | Enterprise License | Enterprise Edition — HA clustering, federation, advanced credential brokerage, evidence retention, compliance packs, Admin Console. |
- LIMENORA Edge Gateway — runs on the agent host / device / robot. Local egress, TLS MITM, short-TTL decision cache, offline/degraded mode.
- LIMENORA Enterprise Gateway — centralized ingress/egress data plane. Partner boundary, enterprise API entry, connector execution.
- LIMENORA Control Plane — manages routes, connectors, protocols, tenants, and deployment (planned).
- Unified external boundary for API / MCP / Event / Webhook / WebSocket
- Governed exchange: Identity + Capability + Grant + Tenant + Credential + Route
- Explainable, revocable, provable evidence and federation
- Secretless agents: credentials materialized only at the boundary
- Go SDK
- Python SDK (coming soon)
- TypeScript SDK (coming soon)
This repository is Apache-2.0. The core runtime is AGPL-3.0 in limenora. See LICENSE.