Skip to content

Quick Start

Get started with Trust3 AI Governance in these simple steps:

1. Get Started with Trust3 AI Governance

Trust3 AI Cloud

Get started instantly with Trust3 Cloud - no installation required!

Sign up at https://na.trust3ai.com

Why Trust3 AI Cloud?

  • ✅ No installation or infrastructure management
  • ✅ Automatic updates and maintenance
  • ✅ Get started in minutes

New to Trust3 Cloud?

After you sign up, use Run Collector to install the AI Assets Collector and send your first inventory from Databricks or Azure into AI Governance. For a separate walkthrough that covers sample data, data sources, IQ Space, and asking questions, see the Getting Started Tutorial.

2. Set up the AI Assets Collector

The AI Assets Collector collects AI-related assets from your platforms, builds an inventory, and records relationships between them so Trust3 AI Governance can show agents, identities, and posture in the unified dashboard.

Follow the full procedure in Run Collector. In short:

  1. Download docker-compose.yml into a directory on your machine (for example ai-assets-collector/).
  2. Create .env in that same directory with the variables your deployment needs—typically DATABRICKS_HOST and DATABRICKS_TOKEN for Databricks, AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET for Azure, plus AI_GOVERNANCE_API_KEY for ingest into AI Governance. Omit or leave blank what you do not use.
  3. Run Docker Compose from that directory: docker compose up -d, then docker compose logs -f trust3-ai-assets-collector to confirm the collector is running. While the stack stays up, collection repeats every 15 minutes (current release). Run docker compose down when you no longer want scheduled collection on that host.

For platform-specific credentials and least-privilege setup, use Databricks and Azure / Power Platform. For a one-page map of all collector guides, see AI Assets Collector.

Next Steps