Docs menu

Licensing

AGS product plans unlock capability tiers in the runtime via a license key (AGS_LICENSE_KEY). Purchase and manage seats from Pricing / Checkout.

Plans

PlanBest forWhat you get
FreeExploration and small personal projectsCore governance for agents and repos
PersonalSolo developersFull agent and repo intelligence; student discount available on Pricing
EnterpriseTeams and companiesFull governance across agents, repos, and delivery pipelines (per-seat or unlimited)

How keys work

  1. Complete checkout (or use Free) → receive a signed license key when billing is connected.
  2. Set AGS_LICENSE_KEY in local env, CI secrets, and MCP host env.
  3. The product-licensing package export maps your tier to capabilities. Online authorize (commerce Appwrite function) confirms the key is still active in the license database.
export AGS_LICENSE_KEY=ags_live_…
# then start your MCP host / agent session

Install

  • Install — package install + registry auth
  • Checkout — start a paid plan when payment providers are connected
AGS documentation