SDKs

Official client libraries for integrating with the Skytells API.

Official SDKs

Skytells provides official client libraries that handle authentication, request routing, and serialization — so you can focus on building your application.


Why Use an SDK?

SDKDirect API
AuthenticationHandled automaticallyManual x-api-key header
RoutingAuto-selects Standard or Edge APIYou choose the base URL
Type safetyFull TypeScript types and autocompletionNone (raw JSON)
SerializationAutomaticManual JSON parse/stringify
Error handlingTyped error classesRaw HTTP status codes
StreamingBuilt-in async iteratorsManual SSE parsing

More SDKs for Go and other languages are coming soon. In the meantime, you can use the APIs directly from any language.

How is this guide?

On this page