Skip to content

Developer systems

Developer systems are the interfaces between the software you author and the Campus platform.

SystemUse it when
CampusSDKExisting browser, native, backend, or agent software needs typed access to CampusOS and installation services.
Campus UIYou are constructing a Campus-native human interface with shared semantics, states, and interaction patterns.
Campus HarnessYou are building a persistent agent, app-specific assistant, or isolated worker with explicit tools and lifecycle.

They compose naturally: a Campus UI calls CampusSDK; a Harness agent exposes or consumes admitted MCP tools; all three ship inside the same application package when needed.

Software belongs to people. Campus gives it a durable place to run.