SDK
also known as: software development kit
SDK — A ready-made set of code and tools for working with a particular service, so you don't have to call its API by hand.
If a company has an SDK for their service, using it is almost always easier than calling the raw API. "The Stripe SDK" means "Stripe's official helper library for your language."
"Use the SDK." "Is there an SDK for Python?"