How to get started

Simple guides to help you start tracking your supply chain carbon. Technical details available for your IT team.

Technical Guide

Detailed instructions for your IT team to connect our system to yours

View Technical Guide →

Quick Start

Start tracking in 5 minutes

# Sign up
curl -X POST \
https://scope3-tracker.vercel.app/api/auth/signup

Three simple steps

1. Create your account

Sign up with your email and company name:

curl -X POST https://scope3-tracker.vercel.app/api/auth/signup \
  -H "Content-Type: application/json" \
  -d '{
    "email": "you@company.com",
    "password": "SecurePass123!",
    "name": "Your Name",
    "companyName": "Your Company"
  }'

2. Sign in

Log in with your email and password:

curl -X POST https://scope3-tracker.vercel.app/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{
    "email": "you@company.com",
    "password": "SecurePass123!"
  }'

3. Start tracking

Access your data securely:

curl -X GET https://scope3-tracker.vercel.app/api/suppliers \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "X-Company-ID: YOUR_COMPANY_ID"
9
Ways to use it
99.9%
Always available
<0.5s
Lightning fast