Registeration
Register an account.
Integration
Create a new TraceRoot token in integration section. Integrate with github repo by creating a GitHub personal access token (PAT).📋 How to create a GitHub Personal Access Token (PAT)
📋 How to create a GitHub Personal Access Token (PAT)
Step 1: Go to Settings
- Log in to GitHub
- In the upper-right corner, click your profile photo -> Settings
Step 2: Developer Settings
- Scroll down the left sidebar
- Click Developer settings -> Personal access tokens -> Tokens (classic)
Step 3: Generate New Token
- Click Generate new token -> Generate new token (classic)
- Enter a note to remember what it’s for (e.g., “CLI access”)
- Choose an expiration date (important for security)
- Select the scopes/permissions you need:
repofor repository accessworkflowfor GitHub Actionsread:orgfor organization access (if needed)
Step 4: Generate & Copy
- Click Generate token at the bottom
- Copy it immediately - GitHub will only show it once
Examples
Go to the examples and follow the instruction to run the example program with TraceRoot integration. Use Python SDK and TypeScript SDK integration documentation for references.Explore TraceRoot
Go to the exploration section and test how TraceRoot is able to store all telemetry data in a centralized manner and using AI agents to help with root cause analysis and bug fix PR creation.
