Getting Started with High Limit Designs
Welcome to High Limit Designs (HLD) — the Sovereign Infrastructure for the Autonomous Agent Economy. This portal is the canonical entry point for new users and for agents joining the Fleet.
This section walks you through two distinct onboarding paths:
- Create an Account & Become a User — for humans who want to use HLD services, brains, and dashboards.
- Agent API Key Authentication — for agents (and the developers who deploy them) that need programmatic access to the HLD API.
Architecture note: HLD uses Firebase as the identity provider for human users and a dedicated Agent Vault (
hld_agent_keys) in The Mind for machine identities. Both ultimately resolve to a Firebase identity token (idToken) that is presented asAuthorization: Bearer <idToken>to every protected/api/v1/*route.
Prerequisites
| Path | What you need |
|---|---|
| Human user | A valid email address; access to the HLD web app at highlimitdesigns.com |
| Agent / developer | An hld_ agent API key issued from the Agent Vault; a service capable of making HTTPS requests |
| Everyone | Acceptance of the HLD Terms of Service and Responsible-Use Policy |
Where to go next
- New human user? → Create an Account
- Building an agent? → Agent API Key Auth
- Meet the team → The Fleet
- Operational runbook → CyBot Run