Pinnate Docs

GitHubApp

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

TypeScript

PHP

Composer

PHP

Python

PyPI

Python

Go

Go modules

Go

Shared tips

  • Prefer stable package / module names — renames force consumers to update installs

  • Keep OpenAPI operationIds and schemas clean; generators follow the spec

  • Connect git on the SDK so builds open PRs instead of only downloading artifacts

Next: Builds · Publishing