Monorepo for SDKs and standalone CLI.
specs/- shared contract and error mappingpython/- reference SDK (gold standard)node/- Node.js SDK (contract-compatible)php/- PHP SDK (contract-compatible)cli/- standalone Go CLIintegration-tests/- shared fixtures and cross-SDK testsexamples/- usage samples
Targets backend API v1:
POST /v1/sealGET /v1/status/{batch_id}GET /v1/config/publicGET /healthz
See specs/contract.md and specs/errors.md.
specs/telemetry-mocking.mdspecs/release-guide.md
examples/python_example.pyexamples/node_example.mjsexamples/php_example.php