Quick Start Guide
This guide walks you through your first steps with LangGuard. By the end, you'll have connected an integration and explored your first traces.
Step 1: Sign In
- Go to your organization's LangGuard URL
- Click Sign in with Google (or use your SSO provider if configured)
- Authorize LangGuard to access your account
If your organization uses LangGuard, ask your admin for an invitation. If you're starting fresh, signing in creates your workspace automatically.
Step 2: Explore the Dashboard
After signing in, you'll see the main dashboard:
Navigation Sidebar
- Discovery - Discover and inventory AI assets
- Monitoring - Overview metrics and recent activity
- Trace Explorer - Search and analyze traces
- Policies - Manage governance rules
- Data Catalog - Browse discovered entities
- Integrations - Configure data sources (Admin only)
- Settings - Workspace configuration, users, SSO, and more (gear icon)
Dashboard Overview
The dashboard shows key metrics at a glance:
- Active Integrations - Connected data sources
- Recent Traces - Latest agent activity
- Policy Violations - Recent governance issues
- Key Metrics - Success rates, latency, costs
Step 3: Connect Your First Integration
To see your AI agent data in LangGuard, connect an integration.
Navigate to Integrations
- Click Integrations in the sidebar
- Click Add Integration
- Browse categories and select your platform (e.g., Databricks)
Enter Credentials
For Databricks as an example:
- Name: Give it a friendly name (e.g., "Production Databricks")
- Host URL: Your workspace URL (e.g.,
https://dbc-xxx.cloud.databricks.com) - Access Token: Your personal access token (starts with
dapi)
- Log in to your Databricks workspace
- Click your profile → User Settings
- Go to Access Tokens → Generate New Token
Test and Save
- Click Test Connection to verify credentials
- If successful, click Save Integration
- The integration appears in your list with status "Connected"
See Connecting Integrations for detailed guides for each platform.
Step 4: View Your Data
How traces arrive in LangGuard depends on the type of integration you connected:
- OTLP-based integrations (LangChain, CrewAI, Claude Code, Cursor, OpenCode) — Traces are pushed to LangGuard in real time as your agents run. No sync step is needed.
- Platform integrations (Databricks, Azure AI Foundry, AWS Bedrock) — Traces are delivered via webhook in real time through LangGuard's OpenCITE connector.
- Polling integrations — Some integrations periodically fetch new traces. The default interval is 15 minutes, configurable from 1 minute to 1 hour. When no users are active, the interval automatically backs off to conserve resources.
For polling integrations, you can see the Last Sync time and Sync Status on the integration card. Click the Sync button (refresh icon) to trigger an immediate sync.
Step 5: Explore Your Traces
Open Trace Explorer
- Click Trace Explorer in the sidebar
- You'll see a table of all synced traces
Filter and Search
Use the controls to find specific traces:
- Time Range: Last hour, 24 hours, 7 days, etc.
- Status: Success, Error, Warning
- Agent: Filter by agent name
- Search: Full-text search across trace content
View Trace Details
- Click any trace row to open the detail drawer
- Explore the tabs:
- Overview - Key metrics and metadata
- Timeline - Span breakdown
- Input/Output - Request and response data
- Violations - Any triggered policies
Step 6: Enable Policies (Optional)
Policies automatically detect issues in your traces.
- Click Policies in the sidebar
- Browse available policies:
- PII Detection
- Credential Surface Discovery
- Unapproved Tool Use
- And more...
- Toggle Enabled for policies you want active
- View violations in Policies > Violations
You're All Set!
You've successfully:
- Signed in to LangGuard
- Connected an integration
- Explored traces and agents
- Learned about policies
What's Next?
- Connect More Integrations - Add more AI platforms, frameworks, and tools
- Explore Features - Deep-dive into all LangGuard capabilities
- Set Up Policies - Configure governance rules for your AI agents
- Troubleshooting - Get help with common issues
Need help? Contact info@langguard.ai or check our FAQ.