Knowledge Base

Technical reference
for carbon builders.

Documentation, guides, and reporting frameworks for teams designing measurement and assurance workflows. We provide open-source tools to verify every packet we produce.

System Snapshot Route // resources
CLI v1.2
Verification tool
Open Source
Verification logic
SDK
Node/Python/Go
Core Capabilities

What this route covers.

Each section is specific to this part of the site, so the route reads like a product surface instead of a duplicate homepage.

01

Neelam Verification CLI

Our open-source command-line tool allows any third party to verify the integrity of an Evidence Packet without trusting our servers.

  • north_east `neelam verify <packet.json>`: Confirm hash and signature
  • north_east `neelam lineage <packet_id>`: Trace factor history
  • north_east `neelam export --format pdf`: Generate signed reports
02

Methodology & Standards

Deep dives into the logic behind our emission factors and verification primitives.

  • north_east Scope 2 hourly matching primer
  • north_east Scope 3 ingestion guide for supplier invoices, freight records, PDFs, and CSV exports
  • north_east Provenance metadata standards
  • north_east Factor selection logic
03

Document Intake Surfaces

Neelam is designed to normalize unstructured and structured supplier evidence into one deterministic workflow.

  • north_east Supplier invoices
  • north_east Freight records
  • north_east PDFs
  • north_east CSV exports
Product Modules

Each module has a specific job.

This section should explain the product in plain language: what it trusts, what it records, what it verifies, and what lineage it preserves.

API Reference

Full documentation for the Neelam integration layer.

Verification SDK

Embed packet verification into your own dashboard or audit tool.

Regulatory Map

How Neelam maps to SEC, CSRD, and state-level standards.

Assurance Prep

Resources to help your audit team get started.

Operating Sequence

How the work moves.

01

Research

Explore our methodology and reporting standards.

02

Install

`npm install -g @neelam/cli` to start verifying packets.

03

Execute

Run local audits on downloaded Evidence Packets.

04

Integrate

Use our SDKs to automate compliance across your stack.

Implementation Note

Vertex AI extraction prototype

A minimal example for teams prototyping AI-assisted intake or review workflows around emissions evidence.

python Prototype Snippet
import vertexai
from vertexai.generative_models import GenerativeModel

vertexai.init(
    project="your-project-id",
    location="us-central1"
)

model = GenerativeModel("gemini-2.5-pro")

response = model.generate_content(
    "Explain Scope 1 emissions measurement."
)

print(response.text)
Closing Note

Documentation for the next era of ESG.

Clear, technical, and always built on a foundation of data integrity.

Open Dashboard Mock