reference
SDK Reference
Official clients for the Attestd API. Both SDKs wrap /v1/check, /v1/check/batch, /v1/products, /v1/cve/{cve_id}, and /v1/usage. Field semantics match the API. Python uses snake_case, JavaScript uses camelCase.
Python SDK
Client and AsyncClient with check(), batch_check(), products(), cve(), usage(), typed models, error types, and the attestd.testing module. Requires Python 3.10+.
JavaScript SDK
TypeScript-first client for Node 18+. check(), checkBatch(), products(), cve(), usage(), typed models, and @attestd/sdk/testing utilities.