Technology Platform for High-Quality Carbon Credits
Our platform for high-quality carbon credits is the infrastructure for meaningful climate action. For every type of product, from payments to travel to shipping, our technology helps you bring climate action to your customers. Simple and fast.




Mobilize Climate Action for the Planet
Cloverly builds technology solutions to make the widest selection of the best high-quality carbon removal projects accessible to everyone. Ready to get started? Create an account to access the Cloverly marketplace or use our powerful API to integrate carbon credits into your product.
Make Every Business Climate-Positive
Businesses and consumers leverage Cloverly to create positive environmental change by removing the carbon generated by business activities. Whether you integrate our API into your product or choose to buy from our platform directly, Cloverly can help you go greener, faster.
Access to the Best Carbon Removals
You can use the Cloverly API and marketplace to find the best carbon credit for every need, whether you want to neutralize your residual emissions or make a transaction carbon-neutral. You can choose your carbon removal project based on project quality, social impact or type.
Transaction Transparency
We believe in transparency and visibility of impact. That's why every time you (or your customers) choose to make an activity carbon neutral with Cloverly, we provide a unique transaction receipt that helps you visualize the impact you are having.

Verified Quality
To remove carbon permanently, we know that quality matters. Cloverly uses its proprietary quality evaluation developed by climate scientists and works with reputable, internationally recognized organizations that track and verify registered carbon credits.
Use Cases
Used in Every Environment, to Save the Environment
Every industry needs to decarbonize rapidly to achieve the Paris Agreement goal of keeping global warming under 1.5 degrees C. Cloverly's technology is a flexible solution for all industries to invest in high-quality carbon credits both within and beyond their value chains. Below are a few common industries where positive climate action can be scaled using carbon removals and offsets.

ESG & Carbon Accounting
Make every business carbon neutral. Explore how our carbon removal marketplace complements carbon accounting and ESG assessments.
Learn moreEcommerce
See how our carbon neutral and net-zero partners are offsetting ecommerce shipments through Shopify, BigCommerce, and custom integrations.
Learn moreFintech
Cloverly can help make financial transactions carbon neutral and purchase the carbon credits needed to mitigate these effects.
Learn moreFleet
You track mileage and fuel economy for your vehicle fleet. So you already have the data the Cloverly API needs to calculate and neutralize the carbon impact.
Learn moreFlights
Address the carbon impact of aviation. With the Cloverly API, remove the carbon for the miles flown and the impact generated.
Learn moreSupply Chain
Integrate carbon removals in different parts of your supply chain to reduce the impact even before your product hits the shelf.
Learn moreDon't See Your Industry?
Cloverly can accommodate a variety of use cases for many different carbon-producing activities. Even if you don't see your industry here or you're not sure what activities to offset, we can help. Reach out to Cloverly and let us get you on the path to net-zero carbon emissions.
Simple Integration.
RESTful API.
The Cloverly API matches carbon emissions with high-quality carbon removals on a per-transaction basis. We can purchase the exact amount of carbon removals in real time. Explore our developer docs to find the right endpoints for your application, and sign up for free to get the Cloverly sandbox keys.
- curl https://api.cloverly.com/2019-03-beta/purchases/vehicle \
- -X POST \
- -d '{"distance":{"value":55,"units":"km","fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}' \
- -H "Content-type: application/json" \
- -H "Authorization: Bearer public_key:47800ea0ee541b4c"
- require 'faraday'
- conn = Faraday.new(:url => 'https://api.cloverly.com')
- conn.post do |req|
- req.url '/2019-03-beta/purchases/vehicle'
- req.body = '{"distance":{"value":55,"units":"km"},"fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}'
- req.headers['Content-Type'] = 'application/json'
- req.headers['Authorization'] = 'Bearer public_key:47800ea0ee541b4c'
- end
- const request = require('request');
- const options = {
- method: 'post',
- url: 'https://api.cloverly.com/2019-03-beta/purchases/vehicle',
- body: JSON.stringify({"distance":{"value":55,"units":"km"},"fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}),
- headers: {
- 'Content-type': 'application/json',
- 'Authorization': 'Bearer public_key:47800ea0ee541b4c'
- }
- },
- request(options, function(error, response, body) {
- console.log(body);
- });
- package main
- import "net/http"
- import "io/ioutil"
- import "fmt"
- import "bytes"
- func main() {
- client := &http.Client{}
- var requestData = []byte(`{"distance":{"value":55,"units":"km"},"fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}`)
- req, _ := http.NewRequest("POST", "https://api.cloverly.com/2019-03-beta/purchases/vehicle", bytes.NewBuffer(requestData))
- req.Header.Add("Content-type", "application/json")
- req.Header.Add("Authorization", "Bearer public_key:47800ea0ee541b4c")
- resp, _ := client.Do(req)
- defer resp.Body.Close()
- body, _ := ioutil.ReadAll(resp.Body)
- fmt.Printf(string(body[:]))
- }
- import requests
- url = 'https://api.cloverly.com/2019-03-beta/purchases/vehicle'
- headers = {'Content-type': 'application/json', 'Authorization': 'Bearer public_key:47800ea0ee541b4c'}
- data = '{"distance":{"value":55,"units":"km"},"fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}'
- r = requests.post(url, headers=headers, data=data)
- print(r.text)
- <?php
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_URL, "https://api.cloverly.com/2019-03-beta/purchases/vehicle");
- curl_setopt($ch, CURLOPT_POST, 1);
- curl_setopt($ch, CURLOPT_POSTFIELDS, '{"distance":{"value":55,"units":"km"},"fuel_efficiency":{"value":25,"units":"mpg","of":"gasoline"}}');
- curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-type: application/json', 'Authorization: Bearer public_key:47800ea0ee541b4c'));
- $r = curl_exec($ch);
- curl_close($ch);
- echo $r;
Cloverly Blog
The Latest in the World of Sustainability
Cloverly Partner Therm Wins American Carbon Registry Award
T he climate change conversation tends to focus on carbon emissions, reductions, and removals. So, it’s easy to forget that other greenhouse gases (GHGs) have a much larger warming potential than...
Learn MoreWhat is Article 6 of the Paris Agreement, and What Does it Mean for Carbon Credit Buyers?
The voluntary carbon market has long been an essential tool for companies and organizations looking to offset their carbon emissions and work towards a more viable, sustainable future. And as nations...
Learn More