SDKs wrap the ConformaESG REST API with typed clients, model validation and consistent error handling. Use an SDK when you want application code to work with domain methods instead of raw HTTP requests.
Use the API Reference when you need the exact HTTP contract. Use SDK docs when you need the recommended client-side workflow for a supported language.
Authentication
Official SDKs use personal access tokens or API keys with bearer authentication:
HTTP
Authorization: Bearer <api_key>
SDKs do not manage browser login, cookies or CSRF tokens. Create and rotate tokens outside the SDK; see PAT Integration.
Available SDKs
| SDK | Package | Status | Start here |
|---|---|---|---|
| Python SDK | conformaesg | Planned / beta design | Python SDK |
No other official language SDK is documented yet. For unsupported languages, call the REST API directly with the patterns in API Conventions.