Skip to main content

What Is HuskyCare?

HuskyCare is a modular, cloud-native platform designed to help Our GraphQL API provides a single discovery endpoint to:

  • Query client and profiles, medical records, and appointment data
  • Mutate (create, update, delete) resources such as prescriptions, billing, and inventory
  • Subscribe to real-time events like appointment changes and emergency alerts

By leveraging GraphQL, you get precise control over the data you fetch—no under- or over-fetching—and a strongly typed schema to guide your integration.

How to Use This Documentation

  1. Getting Started
    • Review the Discovery Endpoint to learn how to perform schema introspection.
    • Authenticate using your API key and preferred OAuth2 flow.
  2. Schema Reference
    • Explore auto-generated pages for every type, query, mutation, and subscription in our schema.
    • Use the embedded examples and code snippets to jump-start your development.
  3. Branding & Theming
    • We’ve applied the HuskyCare design system—colors, typography, and logo—via our custom Docusaurus theme.
    • See the Styling Guide if you need to customize or extend the look and feel.
  4. Code Samples & SDKs
    • Find ready-to-use snippets in JavaScript, Python, and cURL.
    • Check out our SDKs for even faster integration.