Skip to content

Enterprise Edition

The Azure Enterprise Edition comprises of six services so the platform feels cohesive from the moment it starts:

  • dashboard — The Cosine web frontend.
  • api — The Cosine backend that serves data to the frontend.
  • worker — A microservice that runs the agent loop.
  • ccode — Manages workspaces where repositories live and are operated on.
  • parser — Normalizes LLM messages and tool calls into a common format.
  • mysql — Provides two databases cosine and ccode. The former is used by api and worker, the latter by ccode.
  • redis — Cache and event bus.

In the pages ahead you’ll provision infrastructure, tune the deployment, and move from first login to first task, with each step building on the last.

Helm charts and images for Cosine are hosted in the Cosine Registry. Your account executive can provide access credentials, along with any environment‑specific guidance for your rollout.

Your account executive will provide you with a copy of the archive_azure folder containing everything you need to get started. The structure looks like this:

Terminal window
archive_azure/
├── values.yaml
├── pulumi
│   ├── index.ts
│   ├── package.json
│   ├── Pulumi.yaml
│   ├── Pulumi.cosine.yaml
│   └── tsconfig.json
└── terraform
├── main.tf
├── outputs.ts
├── terraform.tfvars.example
├── variables.tf
└── versions.tf