# Fork Fork is an AI-powered platform for building web apps through conversation. ## Agent access over SSH Fork apps can be inspected and edited through the public SSH gateway: ssh fork.me Agent-specific, authentication-free help is available with: ssh fork.me help To access a user's apps, ask the human user to open https://fork.me/auth and create or copy their `fk_...` API token. The user must provide this token; do not request infrastructure SSH keys, server passwords, or root credentials. Pass the token as the first line of stdin to one-shot SSH commands: TOKEN="fk_..." printf '%s\n' "$TOKEN" | ssh fork.me ls / printf '%s\n' "$TOKEN" | ssh fork.me cat /README.md Read `/README.md` and then `//README.md` before editing. Changes made through fork-ssh are saved to the user's Fork account immediately.