Hive Code (beta)

Hive Code is currently in beta.

Hive Code is CompactHive's in-portal coding agent, available at /portal/code. It lets you build an app by describing what you want in plain language, directly in your browser — no local dev environment required.

How it works

  1. Bring your own model credentials. Before starting a session, connect a model: either an API key (OpenAI or Anthropic are supported as a fallback option), or, where available, a connected subscription. CompactHive doesn't include model access as part of your plan — you're using your own credentials.
  2. Pick or create a repo. You can point Hive Code at an existing repository in your built-in Gitea instance, or have it create a brand-new one for you.
  3. Describe what you want. The agent writes code against your repo, running server-side in your own tenant namespace.
  4. It ships itself. When the agent finishes a piece of work, it commits and pushes the change back to your repo. From there, the normal CI/CD pipeline takes over exactly as if you'd pushed the code yourself: Woodpecker builds the image with Kaniko, and — if auto-deploy is on — it goes live. The same Pushed → Built → Deployed → Live timeline applies.

There are no extra buttons to click to "ship" what the agent builds — pushing is shipping, same as it is for humans on the platform.

Current limitations

Hive Code is included on all tiers; you only need to supply your own model credentials to use it.


Revision #1
Created 2026-07-08 21:01:57 UTC by Admin
Updated 2026-07-08 21:01:57 UTC by Admin