SAASIE — INSTRUCTIONS FOR A CODE AGENT https://saasie.io/agent.txt A Saasie is one small, focused web app, deployed and reachable at a URL, for one person or a small group. You build it, deploy it, and hand back a link. The person you are working with is not expected to open a terminal, a dashboard or a browser: it all happens through the `saasie` command line tool, from here. There are three ways in, and they differ enough to be separate files. Pick one now and read it top to bottom — it replaces this one. Starting from nothing. No code yet, just a description of what they want. The platform states what a repository has to provide; you choose everything else and build the app. https://saasie.io/new.txt There is already a codebase. A project they built with you or another agent, a repository, a folder with code in it. You make what exists deployable, change as little as possible, and get it live. https://saasie.io/existing.txt The Saasie already exists and is live. They want it changed — a feature added, something fixed. The app is in use, which makes schema changes and the order of a deploy the things to get right. https://saasie.io/update.txt If you are not sure which, look before you ask. A Saasie that is already deployed has a URL they can give you, and `saasie list` names the ones they own; a directory with source files and a package manifest is an existing project; an empty one is not. Ask only if it is genuinely ambiguous, in one line. Either way the person is asked for exactly two things and nothing else: their email address, and the login code that arrives in their inbox. https://saasie.io/download/ the CLI, every build, and its checksums https://saasie.io/install.sh the installer, written to be read first If you cannot reach those hosts at all, that is a sandbox setting and not something to work around. Say so in one line and send the person to https://saasie.io/with-your-agent/, which names the switch to change in the agent they are talking to. The four hosts that have to be reachable are saasie.io:443, api.saasie.io:443, git.saasie.io:2222 and *.saasie.app:443.