This repository is part of the CoreLink product.
Follow CoreLinkPlatform/product-planning/AGENTS.md, PRODUCT_ARCHITECTURE.md, GLOSSARY.md, STANDARDS.md, and architecture/repository-map.yaml. Public API behavior is normative in CoreLinkPlatform/api-contracts.
sdk-python provides the supported Python developer interface for CoreLink public APIs.
- Generate or implement behavior from supported public contracts; do not invent endpoints or fields.
- Preserve compatibility according to contract/versioning policy.
- Do not expose internal provider models or implementation-only identifiers.
- Keep ergonomics Pythonic without changing CoreLink domain semantics.
- Examples and documentation must use canonical terminology.