A pod, not a sandbox
Every project lives in a dedicated Kubernetes pod with a persistent volume. No shared filesystem. No shared exec. Your security team can review the blast radius on one page.
Proyecta Enterprise connects your real repositories — data dumps, service meshes, internal auth and all — and builds features into them. Every session runs in an isolated Kubernetes pod scoped to your workspace.
Pilot workspace provisioned in under two minutes. No procurement paperwork to see it run.
They optimize for the first thousand lines of a fresh project. At fifty engineers, that is the easy part. The hard part is the system you already have — the one with a polyglot monorepo, three databases, internal auth, and eight years of decisions encoded in config files.
We built Proyecta for the hard part.
Every project lives in a dedicated Kubernetes pod with a persistent volume. No shared filesystem. No shared exec. Your security team can review the blast radius on one page.
Postgres with your seed dump. Redis on your version. Private registries, internal OIDC, polyglot monorepos. We read proyecta.config.json and provision the full dependency graph alongside your code.
Multi-step plans that survive restarts, compile cleanly, and land as a PR on a session branch. Protected branches stay protected. You review what ships.
Every Proyecta session walks these four phases. No special setup for the first one, no different flow for the fiftieth.
Install the Proyecta GitHub App on your organization. Pick a repo and a base branch. Proyecta never copies your code to our storage — it clones into an isolated pod for the session.
We parse proyecta.config.json. Services declared there become sidecars: Postgres with your seed dump, Redis on your version, whatever you already ship with.
Describe the feature. The agent plans milestones, writes the code, compiles, runs tests, and iterates against the live services until the preview renders correctly.
Every change lands on a session branch. Protected branches stay protected. A pull request opens on your side, with every tool call audited and timestamped.
Isolation, secret scope, and audit trails are not afterthoughts here. They are the shape of the platform.
One Kubernetes pod per project with a dedicated 10Gi PVC. No shared exec, no cross-tenant filesystem.
Variables are tagged Pod, Convex, or Repo. VITE_-prefixed keys blocked from Pod scope at the API boundary — they would leak to the browser.
main, master, and develop are off-limits. Every change lands on a session branch and opens a PR for your review.
Every read, write, shell command, and git action the agent takes is logged with timestamps, scoped to the workspace.
“We pointed it at a monorepo with eighty-four services and twelve years of history. The first working pull request opened in under three minutes. That changed the conversation internally.”
In your GitHub repository, under your GitHub App installation. Proyecta clones into an isolated Kubernetes pod for the duration of a session. The pod has a 10Gi PVC tied to your workspace, encrypted at rest. When you suspend a project, the pod is deleted and only the PVC remains.
No. Proyecta does not train any model on customer code. We use frontier models from Anthropic and OpenAI under enterprise contracts that disallow training on our customers’ data.
Yes, on Enterprise plans. We ship a Helm chart for the agent runtime, pod provisioner, and control plane. The AI server can run inside your VPC against your own model API keys.
A buildpack-based container with Node, Nix, and Mise preinstalled; your repository cloned in; optional infrastructure sidecars (Postgres, Redis, MongoDB, MySQL, MailHog) declared in proyecta.config.json; and a gRPC agent runtime binary that streams tool calls back to the control plane.
Cursor is a local IDE. Devin runs an agent on an ephemeral VM. Proyecta runs a persistent, isolated Kubernetes pod per project with your real infrastructure sidecars and a milestone-based planner that opens pull requests. The comparison table above is the short version.
Median 90 seconds for a repository under 1GB with standard infrastructure. Buildpack installs are cached per organization. Warm pods resume from suspended PVCs in under five seconds.
Twenty minutes with a Proyecta engineer. Bring a real bug, a real feature ticket, or a branch you have not touched in months. We run it live.
Pilots start the same week · No procurement paperwork to see it run