insta
Installation
SKILL.md
InstaCloud
InstaCloud provisions and governs a project's cloud services behind one CLI and one credential
seam. The insta CLI talks only to the InstaCloud control plane — you never configure a cloud
backend directly. A project can have any number of services, added on demand — there are three
service types you build directly against:
- postgres (Neon) — relational DB (autoscaling compute + read replicas).
- storage (Tigris, S3-compatible) — object/blob storage.
- compute (Fly.io) — your container(s) at
https://<app>.fly.dev. A project can have several compute services (e.g.api,worker).
A new project starts empty — no services are created automatically. Add what you need:
insta services add postgres <name>, insta services add compute <name>,
insta services add storage <name> (postgres/compute get a default access domain). insta services list / insta services remove <type> <name> manage them. Today a project may have multiple
compute services but at most one postgres and one storage service.