Documentation Index
Fetch the complete documentation index at: https://docs.getnetra.ai/llms.txt
Use this file to discover all available pages before exploring further.

Installation
Install both the Netra SDK and Google Cloud Vertex AI SDK:Usage
Initialize the Netra SDK with Vertex AI instrumentation enabled. The SDK automatically traces all Vertex AI API calls once initialized.Streaming Responses
The SDK automatically handles streaming responses and captures the complete output:Chat Sessions
Chat operations are also automatically instrumented:Selective Instrumentation
Control which integrations are enabled using theinstruments or blockInstruments configuration:
Next Steps
- Quick Start Guide - Complete setup and configuration
- Auto Instrumentation - Automatic tracing for supported libraries
- Decorators - Add custom tracing with
@workflow,@agent, and@taskdecorators - Session Tracking - Track user sessions and conversations
- Vertex AI Documentation - Official Google Cloud Vertex AI documentation
