Landing page, legal pages, public agent-discovery files, and installer entrypoint for getbased. Deployed to getbased.health via Vercel.
The app lives in elkimek/get-based. The agent stack lives in elkimek/getbased-agents.
These files are intentionally public and must never contain private setup payloads, tokens, or user context:
install.sh— public installer forgetbased-agent-stackinstall.sh.sha256— published hash for the installerllms.txt— short agent-readable entrypoint.well-known/getbased-agent.md— fuller agent-readable setup guide
The private command copied from getbased looks like this, but with a real one-time setup payload:
curl -fsSL https://getbased.health/install.sh | bash -s -- connect <target> --setup 'gbsetup_v1_...'Do not commit real gbsetup_v1_... values. Use [REDACTED] or gbsetup_v1_... in docs and tests.
bash -n install.sh
sha256sum -c install.sh.sha256
node test-landing.jsJoin the Discord or follow on Nostr.
AGPL-3.0-or-later. See LICENSE.