NAiOS IconNAiOS Logo
Volver al catálogo

Cdr Platform

cdr_platform

CDR Platform provides an API for purchasing carbon dioxide removal services.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve the cost of carbon dioxide removal. use after specifying cdr methods and amounts to estimate pricing.

Parámetros de entrada

  • itemsobject[]Obligatorio

    List of removal methods and corresponding CO₂ amounts.

  • currencystringObligatorio

    Currency code for pricing. Only 'usd' is supported.

  • weight_unitstringObligatorio

    Unit of weight for CDR amounts. Only 'kg' is supported.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Health CheckCDR_PLATFORM_GET_HEALTH_CHECKAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Pricing and Billing InfoCDR_PLATFORM_GET_PRICING_AND_BILLING_INFOAcción

Tool to get current pricing, fees, and billing thresholds for carbon removal. use when calculating costs before purchase.

Parámetros de entrada

  • itemsobject[]Obligatorio

    List of removal methods and their corresponding CO₂ amounts.

  • currencystringObligatorioenum

    Currency code for pricing.

    usdeurgbpchf
  • weight_unitstringObligatorioenum

    Unit of weight for CDR amounts.

    kgt

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Post CDR PurchaseCDR_PLATFORM_POST_CDR_PURCHASEAcción

Tool to initiate the purchase of carbon dioxide removal credits. use after confirming cost and methods to finalize the order.

Parámetros de entrada

  • itemsobject[]Obligatorio

    List of removal method items to purchase.

  • currencystringObligatorio

    3-letter currency code for the transaction (ISO 4217), in lowercase.

  • weight_unitstringObligatorioenum

    Unit for specifying CDR amounts: grams ('g'), kilograms ('kg'), or tonnes ('t').

    gkgt
  • client_reference_idstring

    Optional client-provided reference ID to track this transaction.

  • certificate_display_namestring

    Optional display name for the resulting certificate.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not