Skip to main content
TermDefinition
StarfortAIM Intelligence’s AI governance (“intelligence control”) platform.
Skeleton / CoreThe platform’s two structural halves: the Skeleton framework (Admin Section + Bastion Section) and the Core execution engine (Guardian + AI Model Pool).
Admin Section / Bastion SectionThe control plane (Web Console + Admin Server) vs. the data plane (Integration Layer + Bastion Guardian + Guardian Layer).
Bastion GuardianThe data-plane component that receives live traffic, normalizes it, and routes it to the Core (Guardian).
GuardianThe engine that inspects content against Guard Policies and returns an action. See Guardian.
System GuardianThe master Guardian definition/preset (e.g. VLM-OCR) registered on the platform. Its capability spec is immutable after registration.
Project GuardianA project’s own configurable instance of a System Guardian — it copies the spec at creation and owns it independently (no retroactive propagation).
AI Model PoolThe set of models (SLM / VLM / OCR, …) a Guardian uses to analyze each Input Type.
Guardian Fail-ClosedA Guardian’s rule that a request it cannot fully analyze is returned as an HTTP error, never as an empty-detection success.
Guard PolicyThe PII or Topic rules a Guardian enforces. See Guard Policy.
PII policyA Guard Policy made of NER / regex / keyword rules that mask or block personal data.
Topic policyA Guard Policy that classifies content against topics (safe → PASS / controversial → CHECK / unsafe → BLOCK).
Policy Type / Guard Policy Type CatalogThe category of a Guard Policy. The catalog is the fixed set { PII, TOPIC }; a System Guardian declares a subset and a Project Guardian inherits it.
Policy NameAn individual Guard Policy’s name — unique per project; the identifier in Guardian output and Opticon tags.
PinA Project Guardian fixing a specific Guard Policy version; saving a new version does not auto-apply (save ≠ apply).
Input TypeA kind of content a Guardian can inspect: Text, Image, Audio, Video, Document, Archive.
Process typeThe stage being evaluated — a free-form, case-insensitive label per Guardian, commonly input (to the model) and output (from the model). A process type with zero compatible Policy Types is Policy-not-required.
ActionThe result of an evaluation. PII uses PASS / MASK / BLOCK; Topic uses PASS / CHECK / BLOCK. Overall priority: BLOCK > MASK > CHECK > PASS. See Actions.
CHECKA Topic-only action for controversial content (review-needed). On Desktop Agent / Proxy Server it is enforced as PASS (logged to the trace only); API callers receive it directly.
Mask word / tokenThe placeholder a masked value is replaced with, e.g. [PHONE_NUMBER_1] — numbered per category, value-stable.
Guard APIThe HTTP endpoint developers call to guard content (POST /v1/guard/api). See API quickstart.
API keyA sf_-prefixed credential that authorizes Guard API calls for a Guardian. Its state is Active / Inactive / Revoked, orthogonal to the Kill Switch.
AccountThe authenticating subject that logs into the console (distinct from Agent User / API End User).
Multi-CompanyThe model in which one Account belongs to several Companies; permissions resolve in the (Account, Company) context.
Proxy ServerAn Integration-Layer entry point that routes server-side AI calls from an external service through Starfort.
Desktop AgentThe Windows application that transparently enforces policy on employees’ AI usage.
Control ProfileA company-level definition of an AI service the Desktop Agent governs (capture targets, whitelist, blacklist). See Control Profiles.
Company Access KeyThe key a Desktop Agent uses to register to a company.
Agent UserAn employee registered to run the Desktop Agent.
Global / Company / Organization / ProjectThe four-tier resource hierarchy (Global is the system-wide root). See Organization hierarchy.
Kill SwitchAn emergency toggle at three tiers — Organization / Project / Project Guardian — that halts all Project Guardians beneath it (preserving their state). A Company has no Kill Switch of its own.
OpticonThe monitoring app that records a trace for every Guard evaluation. See Monitor traces.
TraceOne recorded request/response evaluation in Opticon (a runtime record — separate from the Audit Log).
Audit LogThe immutable record of governance changes only (two tiers: Company + /aim System) — excludes runtime traces, automatic system events, reads, and denied attempts.