Single-Owner Private Model
Designed intentionally for one trusted operator or team. Arbitrary execution capability inside shared-kernel executors with strict boundary separation.
A private remote coding harness exposed through authenticated Streamable HTTP MCP. Isolated clones, non-root Docker executors, TTL bounds, and full code intelligence.
.md to the URL (e.g. /getting-started.md), or read the complete index at /llms.txt and /llms-full.txt. Cloud Harness separates request validation from Docker execution authority:
[ AI Client ] (OAuth / API Key)
│
▼
[ Credential-Free Ingress Proxy ]
│
▼
[ Stateless MCP API ]
│ (Authenticated Private RPC)
▼
[ Trusted Runner ] ──► [ Docker Authority ] ──► [ Non-Root Executor ]
│ │
├─► [ SQLite State Store ] └─► [ Isolated Repo Clone ]
└─► [ GitHub App Broker ] ─(stdin)─► [ Ephemeral Git Helper ]| Protocol Lane | Public Endpoint | Authentication Method |
|---|---|---|
| Managed OAuth | https://harness.zuey.me/mcp | Cloudflare Access (GitHub/Google SSO) |
| Static API Key | https://api.harness.zuey.me/mcp | Authorization: Bearer <dashboard-api-key> |
| Operator Dashboard | https://harness.zuey.me/dashboard | Browser SSO Session |
| Documentation | https://docs.harness.agentkit.best | Public (Static Pages) |