# Introduction Skribby Typescript SDK is object-oriented, meaning that behind the scenes you're working with classes. That's why the API reference is split up between classes (`[C]`) and functions (`[F]`). You don't have to invoke any class manually, all classes can be created via helpers functions. createClient Function Helper function to create a new SkribbyClient instance createRealtimeClient Function Helper function to create a new RealtimeClient instance SkribbyClient Class Main client to fetch and create meeting bots MeetingBot Class Class to interact and manage specific meeting bots RealtimeClient Class Realtime client to connect and receive live data for realtime-based transcription models