Administration#
Everything a platform team configures after the install: who exists, what they may do, what it costs, and what happened.
Every task here is available three ways — nexusctl, the REST API, and the MCP endpoint — plus the admin UI. All four enforce the same RBAC, the same policies, and the same audit.
Start here#
-
Organizations, teams, projects
The hierarchy, project roles, and why org policies act as a ceiling over every project.
-
The policy document in full — network verdicts and transports, credentials, connectors, integrations, managed inference, PII masking.
-
Attaching policies to users and tokens, merge order, and finding bindings clipped by the org ceiling.
-
Non-interactive identities for CI, scripts, and external agents.
-
Authenticate users against your own OIDC provider.
-
Budget caps per org, user, agent, and sandbox, and where the money went.
-
Every call from every surface, allowed and denied, filterable and exportable.
-
What the platform emits, how to turn it off, and how to point it at your own collector.
-
Give your coding agent the platform's mental model and let it administer Lens Agents for you.
The governance ceiling#
The single most useful control the platform gives a central team is the org policy ceiling.
An org-scoped policy is an upper bound, not a default. When a sandbox's effective policy is resolved, anything a project binding grants beyond the org policy is clipped away. Write one org policy naming what the organization permits at all, and no project can exceed it regardless of who configures it.
Clipping is silent by design, so review it:
nexusctl policy-binding list-drift --org acme
Each entry is a project that believes it granted more than the organization allows. See Policy bindings.
Set up a new install#
- Activate the install with a service-account Lens ID, not a personal one.
- Point SSO at your own identity provider.
- Create the org policy ceiling — the domains, connectors, and inference providers the company permits at all. See Policies.
- Split projects along your real blast radius, usually environment or team.
- Set an org spending limit before the first autonomous agent runs, not after.
- Create teams and grant project access through them rather than to individuals.
- Harden sandboxes with a microVM runtime class.
- Schedule the drift review and an audit trail export into your SIEM.
Related#
- Install on Kubernetes — the values that shape the platform
- Identity — the principal model underneath all of this
- Security — threat model, compliance, and the whitepaper
Rollout planning, air-gapped deployments, and hardened runtime classes are worth a conversation. Talk to us.