Frequently asked questions¶
Overview¶
Answers about Trust3 AI Governance: agent inventory, identity mapping, the AI Assets Collector, dashboards, GIA, and how governance fits next to your existing security and data stack.
What is Trust3 AI Governance?
Trust3 AI Governance is a control plane for AI agent data access across the enterprise. It helps you discover agents on connected platforms, map them to owners and invoker identities, maintain a unified inventory and dashboard, and run policy checks and audit-oriented reporting—so teams can answer “which agents exist,” “who can use them,” and “how that matches our rules” without stitching spreadsheets from every vendor admin console.
How is this different from our existing security tools?
Traditional Protect-pillar tooling (network, endpoint, DLP, generic IAM) secures infrastructure and data paths broadly. Trust3 adds governance in the IT pillar sense: agent-level and identity-level visibility tied to platforms such as Databricks and Microsoft Azure / Power Platform (for example Copilot Studio and related signals). You still need both; Trust3 does not replace firewalls or SOAR—it makes AI usage attributable and reviewable.
What is AI asset inventory?
AI asset inventory is the normalized catalog of AI-related surfaces the platform tracks—agents, endpoints, Genie spaces, Copilot-related objects, and similar assets—plus relationships to identities (owners, service principals, invokers). It is the basis for the unified dashboard, policy evaluation, and GIA answers.
What is the AI Assets Collector, and where does it run?
The AI Assets Collector is a Docker-based collector you run in your environment (see Run Collector). It uses credentials you configure in .env to call upstream platform APIs, then ingests discovered assets into Trust3 AI Governance (often using AI_GOVERNANCE_API_KEY, depending on your deployment). It does not require you to open your data warehouse to Trust3 for row-level reads as part of this flow—the focus is platform metadata about AI assets and identities.
Which platforms does Trust3 support for discovery?
Documentation and the collector today emphasize Databricks (for example serving endpoints and Genie spaces) and Microsoft Azure / Power Platform (for example Copilot Studio and related configuration or usage signals your tenant exposes). Custom applications can be represented through manual registration where automated connectors are not yet available. Exact coverage evolves with product releases—confirm against your tenant’s connector list and prerequisites / Azure guides.
What is identity mapping? Why track a parent for ephemeral identities?
Identity mapping links each governed agent to the principals that own or invoke it, using metadata and logs from connected platforms. Some identities are short-lived or delegated. Trust3 models those as ephemeral and ties them to a parent principal so audits and incident reviews show who ultimately acted, not only a transient token identifier.
What is GIA?
GIA (Governance Intelligence Agent) is Trust3’s AI governance agent: natural-language questions over your live inventory and identity graph—for example “What needs attention now?”, “Show high-risk AI assets”, “Explain trust score drop”, or “Which agents don’t have owners?”—plus actions such as drafting agent registration fields from a short description, importing policies from a document or URL (with human review before activation), and explaining violations with remediation guidance in plain language.
GIA is available from the GIA button in the header and on the Overview dashboard; sessions keep context as you navigate until you start a new conversation, close the drawer, or log out. Admin, Compliance, Legal, and Developer roles can use GIA; Viewer does not have access.
For full detail, see GIA — Governance Intelligence Agent.
What kinds of policies can we enforce or measure?
Typical examples include required owner and description fields, approved model lists, tagging for sensitive data scope, and workflows to open and close violations when inventory drifts. The exact rule catalog depends on your Trust3 configuration; the platform compares observed inventory to declared organizational rules.
Does Trust3 store my raw enterprise data from warehouses or lakes?
The AI Assets Collector path described in this documentation is aimed at platform metadata about AI assets and identity relationships, not bulk extraction of warehouse row data. Operational and contractual details for your tenant are covered in your agreement and Trust3 privacy materials. If you have a specific residency or logging requirement, involve your Trust3 account team.
How often should we run the collector?
For the current release, the collector is scheduled to run every 15 minutes while docker compose keeps the stack up. That cadence may change in a future version; use docker compose logs -f trust3-ai-assets-collector to confirm runs and watch for errors after platform or credential changes.
What deployment options exist for Trust3?
Trust3 offers cloud (SaaS) for fast time-to-value and options such as hybrid models where parts of the footprint run in your cloud for residency or isolation requirements. The collector always runs under your control with your credentials. See the installation guide and your account team for the model that applies to you.
Next steps¶
-
Quick start
-
Core concepts
-
Run Collector
-
Documentation