Hosted knowledge

Your Fleet knowledge

The SGT Fleet software is free to download and run. The hosted Skills and OOP query service is a separate, optional subscription. This page covers both: the Windows download, the subscription prices, and the API keys your onboarding session can manage.

Free software

Windows download

The Fleet software is free for everyone. No subscription is needed to download it, and the download works whether or not hosted billing is configured.

sgt-fleet-windows-2026.09.14.zip

Windows x64 release candidate, unsigned. The archive contains three .exe launchers alongside an _internal folder and a packages folder. Extract all of it before running anything — the launchers expect those folders beside them.

Extract all. Do not run the executables from inside the archive. The _internal and packages folders are required.

Vendor CLIs are separate. SGT Fleet does not bundle Claude Code, Codex, or any provider subscription — you sign in to your own.

Subscription

Hosted Skills + OOP query access

The subscription covers the maintained, hosted knowledge service: Skills and OOP query access, plus updates. It does not buy the Fleet software, which stays free, and it does not include vendor model access.

Free

Fleet software

$0

For everyone. Download and run the Fleet on your own stack.

  • Windows x64 launchers
  • Local operation, no account required
  • Updates to the software
Download
Personal

One person

$5 / month

Hosted Skills + OOP query access for an individual builder.

  • Hosted Skills + OOP query access
  • Updates to the hosted catalog
  • Your own model subscriptions
Start personal
Enterprise

Per seat

$10 / seat / month

Hosted query access with per-seat licensing.

  • Per-seat licence
  • Hosted Skills + OOP query access
  • Invoicing
Start enterprise

Education: student and educator access is free, but verification is still pending. No education entitlement is granted until the verification method is connected.

Subscription checkout is not available yet. Billing is not configured on this deployment, so no payment can be taken and no subscription can be activated here. The prices above are the intended prices, not a working checkout.

Service status

API health

Live checks against this deployment. These report what the server says right now; they are not a promise of availability.

Billing configuration Checking…
Knowledge API Checking…

API keys

Manage your keys

Keys are available only in this session. Key management uses the onboarding session stored in this browser tab. SGT Fleet does not have a persistent account login, so a key cannot be recovered from another browser, another tab, or after this session ends. If the session is missing, return to onboarding from the same browser and tab.

Whole number from 1 to 1000. Each seat holds one key.
Shown in the key list. Do not put secrets here.

Issuing a key rotates the existing key for that seat. The previous key for the seat stops working immediately. The new key is shown once, below.

Setup

Connect the Fleet to hosted knowledge

Set the environment variable to the key you issued above, then ask the Fleet a question. The commands below are PowerShell, run from the folder where you extracted the ZIP. The Fleet sends the query to the hosted service and returns the matching Skills and OOP entries.

  1. Extract the Windows ZIP somewhere permanent, then set the token in the environment of the PowerShell session you launch the Fleet from:
    $env:SGT_KNOWLEDGE_TOKEN="your-key-here"
  2. Run a query through the Fleet:
    .\SGT-Fleet.exe knowledge --agent SGT-Scribe --query "atomic files"
  3. The response carries the matching entries with their source and version. If the hosted service is unreachable, the Fleet reports the outage explicitly rather than inventing an answer.

The free software works without a key. A key is only needed for the hosted Skills and OOP query service.