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.
01 · Intake
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.
02 · Programmatic submission
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.
03 · What happens next
What happens after you submit
- We respond within one business day with a pilot key, monthly quota, and integration window.
- Your key unlocks
GET /api/v1/inference/attestat volume (see API Docs — the endpoint is open today and remains open during the pilot). - Pilot partners get a weekly volume report plus direct Slack/email access to the Carbon AI engineering team.
- After 90 days we convert to a paid plan or close the loop on why the program isn't a fit yet.