Targets
Language targets and package settings for SDKs.
Each SDK can enable one or more language targets. Configure package identity in the console before running a build; rebuild after OpenAPI changes that affect the public surface.
Target | Package ecosystem | Guide |
|---|---|---|
TypeScript | npm | |
PHP | Composer | |
Python | PyPI | |
Go | Go modules |
Shared tips
Prefer stable package / module names — renames force consumers to update installs
Keep OpenAPI
operationIds and schemas clean; generators follow the specConnect git on the SDK so builds open PRs instead of only downloading artifacts
Next: Builds · Publishing