Skip to content

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:

  1. Create an Account & Become a User — for humans who want to use HLD services, brains, and dashboards.
  2. 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 as Authorization: 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