Integrate
Apps, agents, your tools, your AI. All wired together.
Shipped today
- Platform is the MCP server. Your coding agent connects directly. Adding or changing tools only takes a platform deploy. No extension rebuild.
- 50+ built-in MCP tools. Projects, members, logs, metrics, dashboards, domains, pipelines, backups, routing, variables, agent actions, function graphs, context library, and more.
- Action Gateway. Drop a
nodge-actions.yml in your repo and your app's endpoints become AI-callable tools. The platform proxies the call with a scoped platform token.
- Multi-LLM proxy. Anthropic, OpenAI, Google, and Mistral all supported. Switch providers without rewriting your code. Agents never see real API keys.
- Per-call cost tracking. Every LLM call records model, tokens, cost, project, and agent identity. Reconcile spend with one query.
- Event bus. Apps and agents publish and subscribe to events through a shared bus. Cross-project subscriptions require explicit approval.
- Subscription approval workflow. One agent wants to listen to another's events? Admin approves, audit trail records who, when, and why.
- OAuth2 for external clients. Built-in OAuth2 server for VS Code, Theia, and other editor integrations. Refresh tokens rotated on use.
- Personal access tokens. Issue per-user PATs for scripts and integrations. Plaintext shown once at issuance, hashed at rest.
- External MCP connections. Connect Nodge to other MCP servers your organisation runs. OAuth flow handled by the platform.
Coming next
- Per-project pipeline hardening. The same supply-chain gates we run on our own builds, available as opt-in toggles on your project pipelines.
- Per-project vulnerability scanning. Trivy injected into your project pipeline. Critical findings fail the run; results surface in the project's pipeline tab.
- Per-project software bill of materials. CycloneDX SBOM generated on every release, downloadable from the pipeline UI.
- Per-project image signing. Cosign keyless signatures tied to your organisation's build identity. Downstream consumers can verify provenance.
- Per-project build attestation. SLSA-conformant attestation per build, recording commit, workflow, and runner identity.
- Per-project secret and static scanning. Gitleaks blocks credential leaks before they enter the repository. Semgrep flags common vulnerability patterns before they reach production.
- Per-project licence compliance. Reusing the SBOM, every build is checked against an organisation-level licence policy.
- Customer-side runtime hardening defaults. Privilege escalation off, capabilities dropped, read-only root filesystem, default-deny network policies applied to your deployments out of the box.
- Airgap-first pipeline delivery. Every gate ships with two delivery modes: configs hosted by Nodge, or pointed at your own scanning services on an internal network.