B2B Pilot Access

Request pilot access to the Carbon AI inference attestation API.

Submit your team's use case, expected monthly inference volume, and region. We respond within one business day with a pilot key, quota, and integration window — or a transparent reason if the program isn't a fit yet.

Pilot request form

All fields are required. We use the volume and region fields to size your quota and the use case field to assign a senior integration engineer.

curl sample

The same endpoint accepts JSON from your CRM or a CLI script:

curl -sS -X POST 'https://taoclimate.com/api/v1/pilot/leads' \
  -H 'Content-Type: application/json' \
  -d '{
    "company": "Acme AI",
    "use_case": "Real-time inference for the in-app support agent",
    "monthly_inference_volume": "5M",
    "region": "EU",
    "email": "eng@acme.com",
    "gdpr_consent": true
  }'

Successful submissions return {"success":true,"id":<int>}. The lead is persisted to Postgres and a notification is emailed to the team inbox. There is currently no UI for listing submissions outside the team inbox, by design.

What happens after you submit