Cdr Platform
cdr_platformCDR Platform provides an API for purchasing carbon dioxide removal services.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get CDR PriceCDR_PLATFORM_GET_CDR_PRICEAcciónTool to retrieve the cost of carbon dioxide removal. use after specifying cdr methods and amounts to estimate pricing.
CDR_PLATFORM_GET_CDR_PRICEAcciónTool to retrieve the cost of carbon dioxide removal. use after specifying cdr methods and amounts to estimate pricing.
Parámetros de entrada
itemsobject[]ObligatorioList of removal methods and corresponding CO₂ amounts.
currencystringObligatorioCurrency code for pricing. Only 'usd' is supported.
weight_unitstringObligatorioUnit of weight for CDR amounts. Only 'kg' is supported.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Health CheckCDR_PLATFORM_GET_HEALTH_CHECKAcciónTool to perform a health check of the cdr platform service. use when you need to verify api and database connectivity and core service status.
CDR_PLATFORM_GET_HEALTH_CHECKAcciónTool to perform a health check of the cdr platform service. use when you need to verify api and database connectivity and core service status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Pricing and Billing InfoCDR_PLATFORM_GET_PRICING_AND_BILLING_INFOAcciónTool to get current pricing, fees, and billing thresholds for carbon removal. use when calculating costs before purchase.
CDR_PLATFORM_GET_PRICING_AND_BILLING_INFOAcciónTool to get current pricing, fees, and billing thresholds for carbon removal. use when calculating costs before purchase.
Parámetros de entrada
itemsobject[]ObligatorioList of removal methods and their corresponding CO₂ amounts.
currencystringObligatorioenumCurrency code for pricing.
usdeurgbpchfweight_unitstringObligatorioenumUnit of weight for CDR amounts.
kgt
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Post CDR PurchaseCDR_PLATFORM_POST_CDR_PURCHASEAcciónTool to initiate the purchase of carbon dioxide removal credits. use after confirming cost and methods to finalize the order.
CDR_PLATFORM_POST_CDR_PURCHASEAcciónTool to initiate the purchase of carbon dioxide removal credits. use after confirming cost and methods to finalize the order.
Parámetros de entrada
itemsobject[]ObligatorioList of removal method items to purchase.
currencystringObligatorio3-letter currency code for the transaction (ISO 4217), in lowercase.
weight_unitstringObligatorioenumUnit for specifying CDR amounts: grams ('g'), kilograms ('kg'), or tonnes ('t').
gkgtclient_reference_idstringOptional client-provided reference ID to track this transaction.
certificate_display_namestringOptional display name for the resulting certificate.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not