Components clients see
Five public surfaces matter to operators:- HTTPS API. REST endpoints under
https://core.cyberun.cloud/api/v1(or your deployment’s equivalent). Every product talks to this: Cloud, scripts, partner integrations. Authenticated with user JWTs, integration credentials (sk-), or device credentials (dk-). - Agent gateway. A WebSocket surface that connected agents hold
open. Tasks are dispatched to agents over this connection. Agents
authenticate with an agent credential (
ak-) issued from Cloud. - MCP endpoint. A streamable-HTTP Model Context Protocol
endpoint that wraps runtime operations as MCP tools. Used by AI
clients with an
sk-credential. - OIDC issuer. A self-hosted identity provider that signs the tokens used across the platform. See Identity.
- License service. Validates that the deployment is licensed and gates the features the license includes. See License administration.
