To create an account
To create an account
- Go to the Netra Sign Up page
- Select your Data Region (USA or Europe)
- Enter your Email address or click on Sign up with Google and continue
- A verification code will be sent to your Email address
- Once verified, enter your First Name and Last Name
- Create a password and click Create Account — you will be redirected to the Netra dashboard
Already a user?
Already a user?
- Go to the Netra Login page
- Select your Data Region (USA or Europe)
- Login using Email address and Password or login using your Google account
Data Regions
Netra is available in two data regions:| Region | Location | API Endpoint |
|---|---|---|
| US | N. Virginia (us-east-1) | https://api.getnetra.ai/telemetry |
| EU | Frankfurt (eu-central-1) | https://api.eu.getnetra.ai/telemetry |
Regions are strictly separated, and no data is shared across regions. Choosing a region close to you can help improve speed and comply with local data residency laws and privacy regulations. You can have accounts in multiple regions, but each region requires a separate subscription.
You’re all set to begin
Once you sign up and log in, you’re automatically part of a default organization with a default project ready to go. You can start instrumenting your AI application right away, or take a moment to organize your workspace first.Step 1: Choose your workspace (optional)
You can use the default project to get started immediately, or create a dedicated project for your application:Create a new project
Create a new project
Projects are workspaces that help you organize observability data across different environments or applications.
- Go to Settings on the bottom left side of the screen
- Click on Projects under Organisation
- Click Create Project on the top right
- Give your project a name and click create
Step 2: Create your API key
Every request to Netra needs to be authenticated. Let’s generate your API key:- Go to Settings → Project → API keys
- Click Create Secret Key
- Give your key a name and click Create Key
Step 3: Configure your environment
Add your API key and endpoint to your environment variables. Use the endpoint that matches your selected data region:Step 4: Install the SDK
Install Netra in your environment with a single command:Step 5: Initialize Netra in your application
Add the following to your application to start capturing traces:What’s next?
You’re now ready to start observing your AI application. The first step is to set up tracing — this captures all the data you’ll need for evaluations and alerts.Setup Tracing
Start here — capture every LLM call, tool invocation, and decision your agent makes