SECURITY

Your project.
Its own little room.

Muraki is infrastructure for generated software, so isolation is not decoration. It is the product.

Project isolation

Projects run in separated environments designed to prevent one project from reaching another.

Scoped secrets

Provider keys and project secrets are scoped to the environments that need them. Never bake secrets into generated code.

Resource limits

Projects get bounded compute and storage. A tiny idea should not accidentally become an infinite bill.

Sleep when idle

Free and inactive projects can sleep. State remains available without pretending every experiment needs an always-on server.

Muraki is being built with a security-first architecture. This page describes the product principles, not a claim of certification or a substitute for a formal security audit.