EcoMind Documentation

Everything you need to track, understand, and reduce your AI environmental impact.

Quick Start

1

Install the Extension

Download EcoMind from the Chrome Web Store and add it to your browser.

Install Extension
2

Start Using AI

Use ChatGPT, Claude, or any supported AI provider as you normally would.

3

View Your Impact

Click the EcoMind extension icon to see your real-time environmental metrics.

Supported AI Providers

OpenAI (ChatGPT, API)
Anthropic (Claude)
Google AI (Gemini)
xAI (Grok)
Cohere
Perplexity
Mistral
Hugging Face
Replicate
Together AI
Groq
DeepSeek
Azure OpenAI
OpenRouter

Documentation

API Example

# Get today's usage
curl -X GET "https://api.ecomind.biz/v1/today?org_id=your_org_id" \
  -H "Authorization: Bearer YOUR_TOKEN"

# Export data as CSV
curl -X GET "https://api.ecomind.biz/v1/export/csv?org_id=your_org_id&start_date=2025-01-01&end_date=2025-01-31" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -o export.csv

# Create a sustainability goal
curl -X POST "https://api.ecomind.biz/v1/goals" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Reduce CO2 by 50%",
    "metric": "co2_kg",
    "target_value": 100,
    "period": "monthly"
  }'

SDKs & Libraries

Python SDK

pip install ecomind-sdk

Track AI usage from Python applications with our official SDK.

View on GitHub

TypeScript SDK

npm install @ecomind/sdk

Full TypeScript support for Node.js and browser applications.

View on GitHub

Ready to get started?

Start tracking your AI environmental impact today.

Get Started Free