Takosumi
A control plane that deploys OpenTofu modules the way you install an app. Paste a Git URL into the dashboard, review what changes, and press add. Plan → apply → state, outputs, and history all follow the on-screen flow.
Your modules and providers stay unchanged. There is no Takosumi-specific configuration language. Takosumi does not ship a first-party Terraform/OpenTofu provider.
How you use it
Paste a Git URL into the dashboard's /new screen. Takosumi reads the module and shows the variables and providers it needs. Review, then add.
Paste a Git URL
→ check compatibility and variables
→ plan
→ review the diff
→ apply
→ store state, outputs, and the audit recordApps and web services can send users to this screen with an /install link. Nothing is created when the link is opened — the user reviews the result and adds it themselves. You can also browse and add from a Store.
Why use it
- Apply only what you reviewed — plan and apply are one Run, so the changes you read are the changes it applies.
- Keep credentials out of modules — keys and tokens are stored so their values can never be read back, and reach the runner only while a Run runs.
- Keep a record of every run — commit, changes, state, outputs, and actor.
Entry point
The Takosumi entry is Git modules. You connect to external clouds (AWS, GCP, Cloudflare, and so on) directly through modules and Connections.
Next
- Quickstart — run the API in five minutes
- Concepts — how it works
- Guides — task-oriented steps
- Reference — API, CLI, configuration