Skip to main content
NEW

The next layer of climate infrastructure is here.See How It Works

Documentation

Everything you need to integrate Atmosverde into your platform. Guides, references, and examples.

K
Quick Example

Start with an API call

Retire carbon credits with a single API request. Our SDKs handle authentication, retries, and error handling.

Node.jsPythonGocURL
retire.ts
import { Atmosverde } from '@atmosverde/sdk';

const client = new Atmosverde({
  apiKey: process.env.ATMOSVERDE_API_KEY
});

const retirement = await client.retirements.create({
  tonnes: 2.5,
  projectType: 'reforestation',
  metadata: {
    orderId: 'ORD-12345',
    customer: 'customer@example.com'
  }
});

console.log(retirement.certificateUrl);

Need help?

Our team is available to help you integrate and troubleshoot.

Need help with your integration?

Our team is here to help you get started.