Skip to main content

SDKs

Use the Klyntos SDKs to interact with workflows, triggers, and knowledge bases from your own applications. The SDKs wrap the REST APIs with ergonomic helpers so you can ship production integrations faster.

Available SDKs

  • TypeScript SDK – Typed client for Node.js and browser apps.
  • Python SDK – Async-first client for scripts, automations, and back-end services.

Choosing an SDK

  • Match the SDK to the language that powers your integration or backend services.
  • Prefer the TypeScript SDK when building React apps, Next.js frontends, or Node services.
  • Choose the Python SDK when running automations inside Airflow, serverless jobs, or data pipelines.
  • Getting started guide – Create your first workflow and generate API keys.
  • Triggers – Combine SDK calls with triggers to orchestrate end-to-end workflows.