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
| Plan | Best for | What you get |
|---|---|---|
| Free | Exploration and small personal projects | Core governance for agents and repos |
| Personal | Solo developers | Full agent and repo intelligence; student discount available on Pricing |
| Enterprise | Teams and companies | Full governance across agents, repos, and delivery pipelines (per-seat or unlimited) |
How keys work
- Complete checkout (or use Free) → receive a signed license key when billing is connected.
- Set
AGS_LICENSE_KEYin local env, CI secrets, and MCP host env. - The
product-licensingpackage 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