Skip to main content
insta-oss implements the standard insta command surface: no daemon-only commands. This page is the command-by-command result of running every registered CLI command and every insta-mcp tool against the daemon. Cloud-only concepts return 501 with guidance rather than pretending to work.

CLI commands

MCP tools

The insta-mcp server (insta_* tools) is a thin client over the same endpoints; point it at the daemon (PLATFORM_API_URL=http://127.0.0.1:8080, any non-empty bearer) and it works:

Branching vs merging

branch = a disposable isolated environment (a clone). insta branch merge is structural only: it materializes missing services on the target; data never merges back. Schema moves at the git level: merge your code, run migration files against main, redeploy, delete the branch environment.