ambit-cli
Ambit CLI
What Ambit Is
Ambit deploys apps to the cloud in a way that makes them completely unreachable from the public internet. Only devices enrolled in the user's private Tailscale network can connect to them. From the outside world's perspective, the app does not exist — there is no IP address to find, no port to scan.
This matters because putting a database, dashboard, or internal tool on the normal internet forces you to build login pages, configure firewalls, and harden the app against strangers. Ambit skips all of that. Access control is handled at the network level: if a device is on the Tailscale network, it can reach the app; if it isn't, the connection is refused before the app ever sees it.
Each private network you create is called an ambit. Every app deployed to it gets a human-readable address under that network's name — so http://my-app.lab means the my-app application on the lab ambit. These addresses work automatically for any device enrolled in the user's Tailscale account.
Installation
Run directly via npx — no global install needed:
npx @cardelli/ambit
How It Works
More from toxicpine/ambit-skills
ambit-mcp
Use this skill whenever you are operating through the Ambit MCP server to deploy or manage apps on Fly.io. This covers the full MCP tool surface: app lifecycle, deployment, machines, networking, secrets, scaling, volumes, and router management. Trigger phrases include "deploy an app", "create an app", "set up a new service", "check app status", "scale an app", "view logs", "manage secrets", "set up a router", and any other Fly.io infrastructure task performed through MCP tools.
3chromatic
Use this skill for any task involving chromatic: deploying cloud browsers, creating browser pools, connecting an AI agent to a browser, scaling browser instances, checking browser health, or diagnosing CDP connectivity issues. Trigger phrases include "create a browser", "set up chromatic", "give the agent a browser", "chromatic create", "chromatic mcp", "scale browsers", "chromatic doctor", "destroy a browser", and similar.
2